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

#include <adjson.h>

Public Member Functions

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

Public Attributes

bool _value
 
- Public Attributes inherited from adjson::value
values _type
 

Detailed Description

Definition at line 152 of file adjson.h.

Constructor & Destructor Documentation

adjson::boolean::boolean ( )
inline

Definition at line 156 of file adjson.h.

Member Function Documentation

bool adjson::boolean::get_value ( void  ) const
inline

Definition at line 162 of file adjson.h.

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

Implements adjson::value.

Definition at line 159 of file adjson.h.

Member Data Documentation

bool adjson::boolean::_value

Definition at line 154 of file adjson.h.

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


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