ArStringInfoHolder Class Reference

#include <ariaUtil.h>

List of all members.


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


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


The documentation for this class was generated from the following file:
Generated on Thu Aug 6 09:39:37 2009 for Aria by  doxygen 1.5.1