
Definition at line 157 of file qlibrary.cpp.
Public Member Functions | |
| qt_token_info (const char *f, const ulong fc) | |
Public Attributes | |
| const char * | fields |
| const ulong | field_count |
| QVector< const char * > | results |
| QVector< ulong > | lengths |
| qt_token_info::qt_token_info | ( | const char * | f, | |
| const ulong | fc | |||
| ) | [inline] |
Definition at line 159 of file qlibrary.cpp.
00160 : fields(f), field_count(fc), results(fc), lengths(fc) 00161 { 00162 results.fill(0); 00163 lengths.fill(0); 00164 }
| const char* qt_token_info::fields |
| const ulong qt_token_info::field_count |
| QVector<const char *> qt_token_info::results |
| QVector<ulong> qt_token_info::lengths |
1.5.1