Field queue class
Void | FieldQueue::DiscardAll () Deletes all Fields stored in the queue |
FieldQueue::FieldQueue (LogFile *aLogFile) FieldQueue onstructor | |
FieldQueue::FieldQueue (FieldQueue &aQueue, LogFile *aLogFile) Copy constructor | |
Field* | FieldQueue::First () Returns pointer to the first field |
Field* | FieldQueue::GetField (Char *aFieldName) Returns a field of name "aFieldName" |
Field* | FieldQueue::GetFieldByIndex (Int anIndex) Returns a field of index "anIndex" |
Int | FieldQueue::GetIndexOf (Char *aFieldName) Returns index of a field in this queue starting from 1 |
Err | FieldQueue::Insert (Field *aField) Inserts a field into the queue |
Field* | FieldQueue::Next () Returns pointer to a field which is next to the current one |
Size | FieldQueue::SizeOf () Counts the SUM of Fields sizes |
FieldQueue::~FieldQueue () Destructor - deletes all Fields stored in the queue |
methods
|
attributes
Field queue class. enables to work easier with a queue storing Fields
alphabetic index hierarchy of classes
generated by doc++