| 
 | 
 | ||||||||||||||||
Base class for parsed Finder Messages.
| ParsedFinderMessageBase (const char* data, char type) throw (BadFinderMessageFormat, WrongFinderMessageType) | ParsedFinderMessageBase | 
Constructor
Initializes common header fields of seqno and type from string representation and provides accessors to these values.
| ~ParsedFinderMessageBase () | ~ParsedFinderMessageBase | 
[virtual]
| uint32_t  seqno () | seqno | 
[const]
| char  type () | type | 
[const]
| uint32_t  bytes_parsed () | bytes_parsed | 
[protected const]
| uint32_t _seqno | _seqno | 
[protected]
| char _type | _type | 
[protected]
| uint32_t _bytes_parsed | _bytes_parsed | 
[protected]
| static const char* c_msg_template | c_msg_template | 
[protected]