|
| Ref (const char *n) |
|
| Ref (const Ref &)=default |
|
| Ref (const std::string &n) |
|
| Ref (const value_t &a) |
|
| Ref (Ref &&)=default |
|
bool | check () const |
|
| operator bool () const |
|
| operator Table * () const |
|
Table * | operator-> () const |
|
bool | operator< (const Ref &a) const |
|
Ref & | operator= (const Ref &a) & |
|
Ref & | operator= (const std::string &n) |
|
Ref & | operator= (const value_t &a) & |
|
Ref & | operator= (Ref &&a) & |
|
bool | operator== (const char *t) const |
|
bool | operator== (const Ref &a) const |
|
bool | operator== (const std::string &t) const |
|
bool | operator== (const Table *t) const |
|
bool | set () const |
|