qt_token_info Struct Reference

Collaboration diagram for qt_token_info:

Collaboration graph
[legend]
List of all members.

Detailed Description

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


Constructor & Destructor Documentation

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     }


Member Data Documentation

const char* qt_token_info::fields

Definition at line 166 of file qlibrary.cpp.

Referenced by qt_tokenize().

const ulong qt_token_info::field_count

Definition at line 167 of file qlibrary.cpp.

Referenced by qt_tokenize().

QVector<const char *> qt_token_info::results

Definition at line 169 of file qlibrary.cpp.

Referenced by qt_parse_pattern(), and qt_tokenize().

QVector<ulong> qt_token_info::lengths

Definition at line 170 of file qlibrary.cpp.

Referenced by qt_parse_pattern(), and qt_tokenize().


The documentation for this struct was generated from the following file:
Generated on Thu Mar 15 19:15:43 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1