GroupInfo Struct Reference

The group info. More...

defined in <ArmarXCore/applications/ArmarXStorm/IceStorm/Election.ice>

struct GroupInfo { ... }

Operations

bool operator!= (const GroupInfo &rhs_) const
 
bool operator< (const GroupInfo &rhs_) const
 
bool operator<= (const GroupInfo &rhs_) const
 
bool operator== (const GroupInfo &rhs_) const
 
bool operator> (const GroupInfo &rhs_) const
 
bool operator>= (const GroupInfo &rhs_) const
 

Data Members

int id
 The identity of the node. More...
 
::Ice::Int id
 
LogUpdate llu
 The last known log update for this node. More...
 
::IceStormElection::LogUpdate llu
 

Detailed Description

The group info.

Definition at line 167 of file Election.ice.

Operation Documentation

◆ operator!=()

bool operator!= ( const GroupInfo rhs_) const
inline

Definition at line 906 of file Election.h.

+ Here is the call graph for this function:

◆ operator<()

bool operator< ( const GroupInfo rhs_) const
inline

Definition at line 881 of file Election.h.

◆ operator<=()

bool operator<= ( const GroupInfo rhs_) const
inline

Definition at line 910 of file Election.h.

+ Here is the call graph for this function:

◆ operator==()

bool operator== ( const GroupInfo rhs_) const
inline

Definition at line 864 of file Election.h.

◆ operator>()

bool operator> ( const GroupInfo rhs_) const
inline

Definition at line 914 of file Election.h.

+ Here is the call graph for this function:

◆ operator>=()

bool operator>= ( const GroupInfo rhs_) const
inline

Definition at line 918 of file Election.h.

+ Here is the call graph for this function:

Data Member Documentation

◆ id [1/2]

int id

The identity of the node.

Definition at line 170 of file Election.ice.

◆ id [2/2]

::Ice::Int id

Definition at line 861 of file Election.h.

◆ llu [1/2]

LogUpdate llu

The last known log update for this node.

Definition at line 172 of file Election.ice.

◆ llu [2/2]

Definition at line 862 of file Election.h.


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