Worker::DoNode ( JSONNode* parent, std::string const& value_t ) [static]Field 'parent._value' in 1st parameter 'parent' (pointer) has type 'union value_union_t'.
Worker::DoArray ( JSONNode* parent, std::string const& value_t ) [static]Field 'parent._value' in 1st parameter 'parent' (pointer) has type 'union value_union_t'.
libJSON::NewStringNode ( std::string const& name, std::string const& value ) [static]Field 'retval._value' in return value (pointer) has type 'union value_union_t'.
libJSON::Parse ( std::string const& json ) [static]Field 'retval._value' in return value (pointer) has type 'union value_union_t'.
libJSON::Delete ( JSONNode* node ) [static]Field 'node._value' in 1st parameter 'node' (pointer) has type 'union value_union_t'.
libJSON::NewNode ( std::string const& name, std::string const& value ) [static]Field 'retval._value' in return value (pointer) has type 'union value_union_t'.
JSONNode::AddComment ( std::string const& comment )Field 'this._value' in the object of this method has type 'union value_union_t'.
JSONNode::NodeAsBool ( )Field 'this._value' in the object of this method has type 'union value_union_t'.
JSONNode::SetMyValue ( std::string const& value_t )Field 'this._value' in the object of this method has type 'union value_union_t'.
JSONNode::AddNewChild ( std::string const& name, std::string const& value )Field 'this._value' in the object of this method has type 'union value_union_t'.
JSONNode::NodeAsFloat ( )Field 'this._value' in the object of this method has type 'union value_union_t'.
JSONNode::NodeAsString ( )Field 'this._value' in the object of this method has type 'union value_union_t'.
...