HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PI_PythonResource::EventMessage::Data::Elem Struct Reference

#include <PI_PythonResourceTypes.h>

Public Types

using Value = UT_Package::utils::Value
 

Public Member Functions

 Elem ()
 
 Elem (char const *key, Value const &value, bool expr, bool double_quote)
 
 ~Elem ()=default
 

Public Attributes

UT_StringHolder myKey
 
Value myValue
 
bool myExprFlag
 
bool myDoubleQuoteFormat
 

Detailed Description

Definition at line 93 of file PI_PythonResourceTypes.h.

Member Typedef Documentation

Constructor & Destructor Documentation

PI_PythonResource::EventMessage::Data::Elem::Elem ( )
inline

Definition at line 97 of file PI_PythonResourceTypes.h.

PI_PythonResource::EventMessage::Data::Elem::Elem ( char const key,
Value const value,
bool  expr,
bool  double_quote 
)
inline

Definition at line 101 of file PI_PythonResourceTypes.h.

PI_PythonResource::EventMessage::Data::Elem::~Elem ( )
default

Member Data Documentation

bool PI_PythonResource::EventMessage::Data::Elem::myDoubleQuoteFormat

Definition at line 114 of file PI_PythonResourceTypes.h.

bool PI_PythonResource::EventMessage::Data::Elem::myExprFlag

Definition at line 113 of file PI_PythonResourceTypes.h.

UT_StringHolder PI_PythonResource::EventMessage::Data::Elem::myKey

Definition at line 111 of file PI_PythonResourceTypes.h.

Value PI_PythonResource::EventMessage::Data::Elem::myValue

Definition at line 112 of file PI_PythonResourceTypes.h.


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