ADMB Documentation
-a65f1c97
|
#include <iostream>
#include <string>
#include <cctype>
#include <sstream>
#include <vector>
Go to the source code of this file.
Classes | |
struct | adjson::array |
struct | adjson::boolean |
class | adjson::json |
struct | adjson::null |
struct | adjson::number |
struct | adjson::object |
struct | adjson::string |
struct | adjson::value |
Namespaces | |
adjson | |
Enumerations | |
enum | adjson::values { adjson::values::_object, adjson::values::_array, adjson::values::_number, adjson::values::_string, adjson::values::_boolean, adjson::values::_null } |
Functions | |
ostream & | operator<< (ostream &output, const adjson::json &data) |
istream & | operator>> (istream &input, adjson::json &data) |
Copyright (c) 2016 ADMB Foundation Author: Johnoel Ancheta. More... | |
ostream& operator<< | ( | ostream & | output, |
const adjson::json & | data | ||
) |
Definition at line 17 of file adjson.cpp.
istream& operator>> | ( | istream & | input, |
adjson::json & | data | ||
) |
Copyright (c) 2016 ADMB Foundation Author: Johnoel Ancheta.
Definition at line 11 of file adjson.cpp.
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |