Object methods (public)
- void operator = ( const ImqNamelist & list );
- Copies instance data from list, replacing the existing instance
data. The ImqObject open status is false.
- ImqBoolean nameCount( MQLONG & count );
- Provides a copy of the name count. It returns
TRUE if successful.
- MQLONG nameCount ( );
- Returns the name count without any indication
of possible errors.
- ImqBoolean namelistName ( const MQLONG index, ImqString & name );
- Provides a copy of one the namelist names by zero
based index. It returns TRUE if successful.
- ImqString namelistName ( const MQLONG index );
- Returns one of the namelist names by zero-based
index without any indication of possible errors.