Aria  2.8.0
ArStringInfoHolder Class Reference

holds information about ArStringInfo component strings (it's a helper class for other things) More...

#include <ariaUtil.h>

Public Member Functions

 ArStringInfoHolder (const char *name, ArTypes::UByte2 maxLength, ArFunctor2< char *, ArTypes::UByte2 > *functor)
 Constructor.
 
ArFunctor2< char *, ArTypes::UByte2 > * getFunctor (void)
 Gets the function that will fill in this piece of info.
 
ArTypes::UByte2 getMaxLength (void)
 Gets the maximum length of this piece of info.
 
const char * getName (void)
 Gets the name of this piece of info.
 
virtual ~ArStringInfoHolder ()
 Destructor.
 

Protected Attributes

ArFunctor2< char *, ArTypes::UByte2 > * myFunctor
 
ArTypes::UByte2 myMaxLength
 
std::string myName
 

Detailed Description

holds information about ArStringInfo component strings (it's a helper class for other things)

This class holds information for about different strings that are available


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