HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT::Format::ArgValue::SizedString Struct Reference

#include <UT_Format.h>

Public Member Functions

 SizedString (const char *str, size_t size)
 

Public Attributes

const char * myStr
 
size_t mySize
 

Detailed Description

Definition at line 459 of file UT_Format.h.

Constructor & Destructor Documentation

UT::Format::ArgValue::SizedString::SizedString ( const char *  str,
size_t  size 
)
inline

Definition at line 461 of file UT_Format.h.

Member Data Documentation

size_t UT::Format::ArgValue::SizedString::mySize

Definition at line 463 of file UT_Format.h.

const char* UT::Format::ArgValue::SizedString::myStr

Definition at line 462 of file UT_Format.h.


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