PTLib
Version 2.18.8
|
#include <pjson.h>
Public Member Functions | |
Number (NumberType value=0) | |
virtual bool | IsType (Types type) const |
virtual void | ReadFrom (istream &strm) |
virtual void | PrintOn (ostream &strm) const |
virtual Base * | DeepClone () const |
Number & | operator= (NumberType value) |
void | SetValue (NumberType value) |
NumberType | GetValue () const |
![]() | |
Base () | |
virtual | ~Base () |
Protected Attributes | |
NumberType | m_value |
|
explicit |
|
virtual |
Implements PJSON::Base.
|
inline |
References m_value.
|
virtual |
Implements PJSON::Base.
|
inline |
References m_value.
|
virtual |
Implements PJSON::Base.
|
virtual |
Implements PJSON::Base.
|
inline |
References m_value.
|
protected |
Referenced by GetValue(), operator=(), and SetValue().