

Public Member Functions | |
| ImplString (const LLSD::String &v) | |
| virtual LLSD::Boolean | asBoolean () const |
| virtual LLSD::Integer | asInteger () const |
| virtual LLSD::Real | asReal () const |
| virtual LLSD::String | asString () const |
| virtual LLSD::UUID | asUUID () const |
| virtual LLSD::Date | asDate () const |
| virtual LLSD::URI | asURI () const |
Definition at line 234 of file llsd.cpp.
| LLSDUnnamedNamespace::ImplString::ImplString | ( | const LLSD::String & | v | ) | [inline] |
| virtual LLSD::Boolean LLSDUnnamedNamespace::ImplString::asBoolean | ( | ) | const [inline, virtual] |
Reimplemented from LLSD::Impl.
Definition at line 240 of file llsd.cpp.
References LLSDUnnamedNamespace::ImplBase< T, Data, DataRef >::mValue.
| LLSD::Integer LLSDUnnamedNamespace::ImplString::asInteger | ( | ) | const [virtual] |
Reimplemented from LLSD::Impl.
Definition at line 249 of file llsd.cpp.
References asReal().

| LLSD::Real LLSDUnnamedNamespace::ImplString::asReal | ( | ) | const [virtual] |
Reimplemented from LLSD::Impl.
Definition at line 259 of file llsd.cpp.
References indra::ipc::tokenstream::EOF, and LLSDUnnamedNamespace::ImplBase< T, Data, DataRef >::mValue.
Referenced by asInteger().

| virtual LLSD::String LLSDUnnamedNamespace::ImplString::asString | ( | ) | const [inline, virtual] |
Reimplemented from LLSD::Impl.
Definition at line 243 of file llsd.cpp.
References LLSDUnnamedNamespace::ImplBase< T, Data, DataRef >::mValue.
| virtual LLSD::UUID LLSDUnnamedNamespace::ImplString::asUUID | ( | ) | const [inline, virtual] |
Reimplemented from LLSD::Impl.
Definition at line 244 of file llsd.cpp.
References LLSDUnnamedNamespace::ImplBase< T, Data, DataRef >::mValue.
| virtual LLSD::Date LLSDUnnamedNamespace::ImplString::asDate | ( | ) | const [inline, virtual] |
Reimplemented from LLSD::Impl.
Definition at line 245 of file llsd.cpp.
References LLSDUnnamedNamespace::ImplBase< T, Data, DataRef >::mValue.
| virtual LLSD::URI LLSDUnnamedNamespace::ImplString::asURI | ( | ) | const [inline, virtual] |
Reimplemented from LLSD::Impl.
Definition at line 246 of file llsd.cpp.
References LLSDUnnamedNamespace::ImplBase< T, Data, DataRef >::mValue.
1.5.5