Class Index | Cross Index | Namespace Index |
A reference to a Frame structure object in a file.
Contained in: FrameCPP::Version_3_4_5
Derived from:
none
Derived by:
none
#include "../../../../../lib/framecpp/src/Version3_4_5/reference.hh"
public function member index: |
|||
inline | Reference | (); | Default Constructor. |
inline | Reference | (INT_2U classId, INT_2U instance); | Constructor. |
inline | Reference | (const Reference& ref); | Copy Constructor. |
inline INT_2U | getClass | () const; | Get the class ID for this reference. |
inline INT_2U | getInstance | () const; | Get the instance number for this reference. |
inline bool | operator != | (const Reference& ref) const; | Not equal comparison operator. |
inline bool | operator < | (const Reference& ref) const; | Less than comparison operator. |
inline bool | operator <= | (const Reference& ref) const; | Less than or equal to comparison operator. |
const Reference& | operator = | (const Reference& ref); | Assignment operator. |
inline bool | operator == | (const Reference& ref) const; | Equal comparison operator. |
inline bool | operator > | (const Reference& ref) const; | Greater than comparison operator. |
inline bool | operator >= | (const Reference& ref) const; | Greater than or equal to comparison operator. |
This creates a reference to the zeroth instance of class ID 0.
Exceptions:
Exception | Description |
None. | |
None. |
Parameters:
Parameter | Description |
INT_2U classId | Structure class ID. |
INT_2U instance | Structure instance. |
Exceptions:
Exception | Description |
None. | |
None. |
Parameters:
Parameter | Description |
const Reference& ref | Object to be copied. |
Exceptions:
Exception | Description |
None. | |
None. |
Return value:
INT_2U- Class ID.
Return value:
INT_2U- Class instance.
Parameters:
Parameter | Description |
const Reference& ref | Object with which to compare. |
const Reference& ref | Object with which to compare. |
Return value:
bool- True if this object is not equal to `ref'. bool -- True if this object is not equal to `ref'.
Exceptions:
Exception | Description |
None. | |
None. |
Parameters:
Parameter | Description |
const Reference& ref | Object with which to compare. |
const Reference& ref | Object with which to compare. |
Return value:
bool- True if this object is less that `ref'. bool -- True if this object is less that `ref'.
Exceptions:
Exception | Description |
None. | |
None. |
Parameters:
Parameter | Description |
const Reference& ref | Object with which to compare. |
const Reference& ref | Object with which to compare. |
Return value:
bool- True if this object is less than or equal so `ref' bool -- True if this object is less than or equal so `ref'
Exceptions:
Exception | Description |
None. | |
None. |
Parameters:
Parameter | Description |
const Reference& ref | Object to be assigned. |
Return value:
const Reference&- This object.
Exceptions:
Exception | Description |
None. |
Parameters:
Parameter | Description |
const Reference& ref | Object with which to compare. |
const Reference& ref | Object with which to compare. |
Return value:
bool- True if objects have the same data. bool -- True if objects have the same data.
Exceptions:
Exception | Description |
None. | |
None. |
Parameters:
Parameter | Description |
const Reference& ref | Object with which to compare. |
const Reference& ref |
Return value:
bool- True is this object is greater that `ref'. bool -
Exceptions:
Exception | Description |
None. | |
None. |
Parameters:
Parameter | Description |
const Reference& ref | Object with which to compare. |
const Reference& ref | Object with which to compare. |
Return value:
bool- True if this object is greater that or equal to `ref'. bool -- True if this object is greater that or equal to `ref'.
Exceptions:
Exception | Description |
None. | |
None. |