HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_JSONValueArray::AppendResult Struct Reference

#include <UT_JSONValueArray.h>

Public Member Functions

UT_JSONValueoperator-> ()
 
UT_JSONValueoperator* ()
 
int64 index () const
 
UT_JSONValuevalue () const
 

Public Attributes

int64 myIndex
 
UT_JSONValuemyValue
 

Detailed Description

Definition at line 111 of file UT_JSONValueArray.h.

Member Function Documentation

int64 UT_JSONValueArray::AppendResult::index ( ) const
inline

Definition at line 115 of file UT_JSONValueArray.h.

UT_JSONValue& UT_JSONValueArray::AppendResult::operator* ( )
inline

Definition at line 114 of file UT_JSONValueArray.h.

UT_JSONValue* UT_JSONValueArray::AppendResult::operator-> ( )
inline

Definition at line 113 of file UT_JSONValueArray.h.

UT_JSONValue* UT_JSONValueArray::AppendResult::value ( ) const
inline

Definition at line 116 of file UT_JSONValueArray.h.

Member Data Documentation

int64 UT_JSONValueArray::AppendResult::myIndex

Definition at line 118 of file UT_JSONValueArray.h.

UT_JSONValue* UT_JSONValueArray::AppendResult::myValue

Definition at line 119 of file UT_JSONValueArray.h.


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