The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
enviroment::cOperationIdentifier Class Reference

#include <cOperationIdentifier.h>

Collaboration diagram for enviroment::cOperationIdentifier:

List of all members.

Public Member Functions

 cOperationIdentifier (unsigned long long ulInAlgorithmIdentifier)
bool equal (const cOperationIdentifier &idOperation) const
bool operator== (const cOperationIdentifier &idOperation) const
bool operator!= (const cOperationIdentifier &idOperation) const

Protected Attributes

unsigned long long ulOperationIdentifier
unsigned long long ulAlgorithmIdentifier

Static Private Member Functions

static unsigned long long getNewOperationIdentifier ()

Detailed Description

Definition at line 46 of file cOperationIdentifier.h.


Constructor & Destructor Documentation

enviroment::cOperationIdentifier::cOperationIdentifier ( unsigned long long  ulInAlgorithmIdentifier)

constructor

Parameters:
ulInAlgorithmIdentifierthe identifier of the enviroment instantiation

Member Function Documentation

bool enviroment::cOperationIdentifier::equal ( const cOperationIdentifier idOperation) const

Comparisson on equal method for two cOperationIdentifier objects.

Parameters:
idOperationthe idOperationobject to compare this idOperationobject to
Returns:
true if the cOperationIdentifier this object represents is equal to the cOperationIdentifier the given object idOperation represents
static unsigned long long enviroment::cOperationIdentifier::getNewOperationIdentifier ( )
staticprivate
Returns:
a operation identifier that wasn't used bevor
bool enviroment::cOperationIdentifier::operator!= ( const cOperationIdentifier idOperation) const

Comparisson on not equal operator for two cOperationIdentifier objects.

Parameters:
idOperationthe idOperationobject to compare this idOperationobject to
Returns:
true if the cOperationIdentifier this object represents is not equal to the cOperationIdentifier the given object idOperation represents
bool enviroment::cOperationIdentifier::operator== ( const cOperationIdentifier idOperation) const

Comparisson on equal operator for two cOperationIdentifier objects.

Parameters:
idOperationthe idOperationobject to compare this idOperationobject to
Returns:
true if the cOperationIdentifier this object represents is equal to the cOperationIdentifier the given object idOperation represents

Member Data Documentation

unsigned long long enviroment::cOperationIdentifier::ulAlgorithmIdentifier
protected

the identifier of the enviroment instantiation, so this identifier is unique, even for different enviroment instantiations

Definition at line 60 of file cOperationIdentifier.h.

unsigned long long enviroment::cOperationIdentifier::ulOperationIdentifier
protected

the identifier of a operation, wich is unique for all operations in one enviroment instantiation

Definition at line 54 of file cOperationIdentifier.h.


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