#include <jstream.h>
◆ Object() [1/3]
jstream::Object::Object |
( |
| ) |
|
|
inline |
◆ Object() [2/3]
jstream::Object::Object |
( |
_Object & |
o | ) |
|
|
inline |
◆ Object() [3/3]
jstream::Object::Object |
( |
Variant & |
v | ) |
|
|
inline |
◆ empty()
bool jstream::Object::empty |
( |
| ) |
const |
|
inline |
◆ find() [1/2]
Variant* jstream::Object::find |
( |
std::string const & |
key | ) |
|
|
inline |
◆ find() [2/2]
Variant const* jstream::Object::find |
( |
std::string const & |
key | ) |
const |
|
inline |
◆ get()
template<typename T >
T const& jstream::Object::get |
( |
std::string const & |
key | ) |
const |
|
inline |
◆ operator[]()
VariantRef jstream::Object::operator[] |
( |
std::string const & |
key | ) |
|
|
inline |
◆ size()
size_t jstream::Object::size |
( |
| ) |
const |
|
inline |
◆ value() [1/2]
Variant& jstream::Object::value |
( |
std::string const & |
key | ) |
|
|
inline |
◆ value() [2/2]
Variant const& jstream::Object::value |
( |
std::string const & |
key | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: