ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
adjson::array Struct Reference

#include <adjson.h>

Public Member Functions

 array ()
 
void add (value *other)
 
std::string str () const
 
- Public Member Functions inherited from adjson::value
virtual ~value ()
 
values get_type () const
 

Public Attributes

vector< value * > _value
 
- Public Attributes inherited from adjson::value
values _type
 

Detailed Description

Definition at line 97 of file adjson.h.

Constructor & Destructor Documentation

adjson::array::array ( )
inline

Definition at line 101 of file adjson.h.

Member Function Documentation

void adjson::array::add ( value other)
inline

Definition at line 119 of file adjson.h.

Referenced by adjson::json::parse().

std::string adjson::array::str ( ) const
inlinevirtual

Implements adjson::value.

Definition at line 104 of file adjson.h.

Member Data Documentation

vector<value*> adjson::array::_value

Definition at line 99 of file adjson.h.

Referenced by add(), dvector::parse(), and str().


The documentation for this struct was generated from the following file: