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

#include <UT_JSONValueMap.h>

Public Member Functions

UT_JSONValueoperator-> ()
 
UT_JSONValueoperator* ()
 
int64 index () const
 
UT_JSONValuevalue () const
 
bool inserted () const
 
bool replaced () const
 

Public Attributes

int64 myIndex
 
UT_JSONValuemyValue
 
bool second
 

Detailed Description

Definition at line 138 of file UT_JSONValueMap.h.

Member Function Documentation

int64 UT_JSONValueMap::InsertResult::index ( ) const
inline

Definition at line 142 of file UT_JSONValueMap.h.

bool UT_JSONValueMap::InsertResult::inserted ( ) const
inline

Definition at line 145 of file UT_JSONValueMap.h.

UT_JSONValue& UT_JSONValueMap::InsertResult::operator* ( )
inline

Definition at line 141 of file UT_JSONValueMap.h.

UT_JSONValue* UT_JSONValueMap::InsertResult::operator-> ( )
inline

Definition at line 140 of file UT_JSONValueMap.h.

bool UT_JSONValueMap::InsertResult::replaced ( ) const
inline

Definition at line 146 of file UT_JSONValueMap.h.

UT_JSONValue* UT_JSONValueMap::InsertResult::value ( ) const
inline

Definition at line 143 of file UT_JSONValueMap.h.

Member Data Documentation

int64 UT_JSONValueMap::InsertResult::myIndex

Definition at line 148 of file UT_JSONValueMap.h.

UT_JSONValue* UT_JSONValueMap::InsertResult::myValue

Definition at line 149 of file UT_JSONValueMap.h.

bool UT_JSONValueMap::InsertResult::second

Definition at line 153 of file UT_JSONValueMap.h.


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