CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
Json::Value::CommentInfo Struct Reference

Public Member Functions

 CommentInfo ()
 
void setComment (const char *text)
 
 ~CommentInfo ()
 

Public Attributes

char * comment_
 

Detailed Description

Definition at line 406 of file value.h.

Constructor & Destructor Documentation

Json::Value::CommentInfo::CommentInfo ( )
Json::Value::CommentInfo::~CommentInfo ( )

Member Function Documentation

void Json::Value::CommentInfo::setComment ( const char *  text)

Member Data Documentation

char* Json::Value::CommentInfo::comment_

Definition at line 413 of file value.h.