MeVisLabToolboxReference
ml::CIdxIdx Struct Reference

#include <mlGraphAnalyser.h>

List of all members.

Public Member Functions

 CIdxIdx (const CIdxIdx &oII)
CIdxIdxoperator= (const CIdxIdx &oII)
bool operator< (const CIdxIdx &oII) const
bool operator== (const CIdxIdx &oII) const

Public Attributes

int _n1
int _n2

Detailed Description

CIdxIdx is lightweight object to store int / int data pair. The class provides an natural order of Objects

Definition at line 122 of file mlGraphAnalyser.h.


Constructor & Destructor Documentation

ml::CIdxIdx::CIdxIdx ( const CIdxIdx oII) [inline]

Definition at line 125 of file mlGraphAnalyser.h.


Member Function Documentation

bool ml::CIdxIdx::operator< ( const CIdxIdx oII) const [inline]

Definition at line 128 of file mlGraphAnalyser.h.

References _n1, and _n2.

CIdxIdx& ml::CIdxIdx::operator= ( const CIdxIdx oII) [inline]

Definition at line 126 of file mlGraphAnalyser.h.

References _n1, and _n2.

bool ml::CIdxIdx::operator== ( const CIdxIdx oII) const [inline]

Definition at line 129 of file mlGraphAnalyser.h.

References _n1, and _n2.


Member Data Documentation

Definition at line 123 of file mlGraphAnalyser.h.

Referenced by operator<(), operator=(), and operator==().

Definition at line 124 of file mlGraphAnalyser.h.

Referenced by operator<(), operator=(), and operator==().


The documentation for this struct was generated from the following file: