AttachmentKey Class Reference

#include <AttachmentKey.h>

List of all members.


Public Member Functions

AttachmentKeyoperator= (AttachmentKey &key)
bool operator== (AttachmentKey &key)
bool operator< (const AttachmentKey &key) const
bool operator> (const AttachmentKey &key) const

Public Attributes

unsigned moduleId
 ID of the Module which adds the Attachment.
unsigned userId
 ID of the User for which the Attachment should be added.

Member Function Documentation

bool AttachmentKey::operator< ( const AttachmentKey key  )  const

The Less than operator returns if the current AttachmentKey is less than the passed AttachmentKey.

Parameters:
key AttachmentKey to compare with
Returns:
true if the current AttachmentKey is lower, false otherwise

AttachmentKey & AttachmentKey::operator= ( AttachmentKey key  ) 

The Assignment operator assigns the values of the passed AttachmentKey to the current AttachmentKey.

Parameters:
key AttachmentKey which should be used as template
Returns:
reference to the current AttachmentKey

bool AttachmentKey::operator== ( AttachmentKey key  ) 

The Equal to operator returns if the current AttachmentKey is equal to the passed AttachmentKey.

Parameters:
key AttachmentKey to compare with
Returns:
true if the two AttachmentKeys are the same, false otherwise

bool AttachmentKey::operator> ( const AttachmentKey key  )  const

Greater than operator returns if the curren AttachmentKey is greater than the passed AttachmentKey.

Parameters:
key AttachmentKey to compare with
Returns:
true if the current AttachmentKey is higher, false otherwise


Member Data Documentation

ID of the Module which adds the Attachment.

ID of the User for which the Attachment should be added.


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

Generated on Wed Oct 20 16:11:54 2010 for inVRs by doxygen 1.5.8