#include <Object.hh>
Inheritance diagram for pdf::core::CNumber:
simple class to wrap a double into the PDF real number
|
constructor to initialize the number
00153 : m_number( number ) { } |
|
print out the numeric value Implements pdf::core::CObject.
00113 { 00114 return os << m_number ; 00115 } |
|
dynamic clone Implements pdf::core::CObject.
|
|
the underlying number
|