#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 |
This class holds information for about different strings that are available
Definition at line 1101 of file ariaUtil.h.
1.4.0