HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ExpandArray Class Reference

#include <UT_ExpandArray.h>

Public Member Functions

 UT_ExpandArray (int start_size=256)
 
int entries () const
 
const char * operator() (unsigned int i) const
 
int argEntries (unsigned int i) const
 
const char * arg (unsigned int i) const
 
int setPattern (const char *pattern, int *dirty_flag=0)
 
int appendPattern (const char *pattern)
 
const UT_StringgetPattern () const
 
int64 getMemoryUsage (bool inclusive) const
 
const UT_StringArraygetTokens () const
 
const UT_StringArraygetExpandedTokens () const
 
void clear ()
 

Detailed Description

Examples:
CHOP/CHOP_Stair.h.

Definition at line 22 of file UT_ExpandArray.h.

Constructor & Destructor Documentation

UT_ExpandArray::UT_ExpandArray ( int  start_size = 256)
explicit

Member Function Documentation

int UT_ExpandArray::appendPattern ( const char *  pattern)
const char* UT_ExpandArray::arg ( unsigned int  i) const
inline

Definition at line 45 of file UT_ExpandArray.h.

int UT_ExpandArray::argEntries ( unsigned int  i) const
inline

Definition at line 41 of file UT_ExpandArray.h.

void UT_ExpandArray::clear ( )
int UT_ExpandArray::entries ( ) const
inline

Definition at line 30 of file UT_ExpandArray.h.

const UT_StringArray& UT_ExpandArray::getExpandedTokens ( ) const
inline

Definition at line 63 of file UT_ExpandArray.h.

int64 UT_ExpandArray::getMemoryUsage ( bool  inclusive) const
const UT_String& UT_ExpandArray::getPattern ( ) const
inline

Definition at line 55 of file UT_ExpandArray.h.

const UT_StringArray& UT_ExpandArray::getTokens ( ) const
inline

Definition at line 62 of file UT_ExpandArray.h.

const char* UT_ExpandArray::operator() ( unsigned int  i) const
inline

Definition at line 34 of file UT_ExpandArray.h.

int UT_ExpandArray::setPattern ( const char *  pattern,
int dirty_flag = 0 
)
Examples:
CHOP/CHOP_Stair.C.

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