Public Member Functions | |
ImplInteger (LLSD::Integer v) | |
virtual LLSD::Boolean | asBoolean () const |
virtual LLSD::Integer | asInteger () const |
virtual LLSD::Real | asReal () const |
virtual LLSD::String | asString () const |
Definition at line 196 of file llsd.cpp.
LLSDUnnamedNamespace::ImplInteger::ImplInteger | ( | LLSD::Integer | v | ) | [inline] |
virtual LLSD::Boolean LLSDUnnamedNamespace::ImplInteger::asBoolean | ( | ) | const [inline, virtual] |
Reimplemented from LLSD::Impl.
Definition at line 202 of file llsd.cpp.
References LLSDUnnamedNamespace::ImplBase< T, Data, DataRef >::mValue.
virtual LLSD::Integer LLSDUnnamedNamespace::ImplInteger::asInteger | ( | ) | const [inline, virtual] |
Reimplemented from LLSD::Impl.
Definition at line 203 of file llsd.cpp.
References LLSDUnnamedNamespace::ImplBase< T, Data, DataRef >::mValue.
virtual LLSD::Real LLSDUnnamedNamespace::ImplInteger::asReal | ( | ) | const [inline, virtual] |
Reimplemented from LLSD::Impl.
Definition at line 204 of file llsd.cpp.
References LLSDUnnamedNamespace::ImplBase< T, Data, DataRef >::mValue.
LLSD::String LLSDUnnamedNamespace::ImplInteger::asString | ( | ) | const [virtual] |
Reimplemented from LLSD::Impl.
Definition at line 208 of file llsd.cpp.
References llformat(), and LLSDUnnamedNamespace::ImplBase< T, Data, DataRef >::mValue.