#include <format.h>
Collaboration diagram for format:
Public Member Functions | |
format (const string &FileName) | |
Read format file and strip comments. | |
void | CheckFormat (void) const |
: Check if the format is valid. | |
void | ParseFormat (const fileinfo *pFileInfo) const |
Parse the information of the file to the specified format. | |
void | Show (void) const |
Shows format debug information. | |
Private Member Functions | |
bool | FindFormatID (const string &idName) const |
Find ID in Format. | |
string::size_type | GetNextFormatID (string &idName, string::size_type Offset) const |
Return the first id found from offset. | |
Private Attributes | |
string | m_Format |
Output format. |
|
Read format file and strip comments.
|
Here is the call graph for this function:
|
: Check if the format is valid.
|
Here is the call graph for this function:
|
Parse the information of the file to the specified format.
|
Here is the call graph for this function:
|
Shows format debug information.
|
|
Find ID in Format.
|
Here is the call graph for this function:
|
Return the first id found from offset.
|
Here is the call graph for this function:
|
Output format.
|
![]() |
![]() |
![]() |