|
ADMB Documentation
-a65f1c97
|
#include <adjson.h>
Public Member Functions | |
| json () | |
| json (const json &other) | |
| virtual | ~json () |
| value * | get_value () const |
| value * | parse (istream &input) |
| void | set (value *other) |
| std::string | str () const |
Private Attributes | |
| value * | _value |
| value * adjson::json::parse | ( | istream & | input | ) |
Definition at line 25 of file adjson.cpp.
Referenced by operator>>().
|
inline |
Definition at line 61 of file adjson.h.
Referenced by operator>>().
|
inline |
Definition at line 55 of file adjson.h.
Referenced by operator<<(), and parse().
|
private |
|
|
Generated on Wed Sep 7 2022 00:01:35 for ADMB Documentation by 1.8.5
|