Collaboration diagram for col::ColPair:

Public Member Functions | |
| ColPair (ColObj *p, ColObj *q) | |
| ColPair (const ColPair &source) | |
| void | operator= (const ColPair &source) | 
| ColObj * | p (void) const | 
| Return one of the two objects of the pair.  | |
| ColObj * | q (void) const | 
| Return the other one of the two objects of the pair.  | |
Protected Attributes | |
| ColObj * | m_p | 
| the two ColObj's a ColPair consists of  | |
| ColObj * | m_q | 
This class is mainly useful for making vectors of colobj pairs.
 1.5.2