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::string Struct Reference

#include <adjson.h>

Public Member Functions

 string ()
 
std::string get_value () const
 
std::string str () const
 
- Public Member Functions inherited from adjson::value
virtual ~value ()
 
values get_type () const
 

Public Attributes

std::string _value
 
- Public Attributes inherited from adjson::value
values _type
 

Detailed Description

Definition at line 139 of file adjson.h.

Constructor & Destructor Documentation

adjson::string::string ( )
inline

Definition at line 143 of file adjson.h.

Member Function Documentation

std::string adjson::string::get_value ( void  ) const
inline

Definition at line 149 of file adjson.h.

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

Implements adjson::value.

Definition at line 146 of file adjson.h.

Referenced by get_value().

Member Data Documentation

std::string adjson::string::_value

Definition at line 141 of file adjson.h.

Referenced by adjson::json::parse(), and str().


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