AttachmentKey Class Reference
#include <AttachmentKey.h>
Public Member Functions | |
| AttachmentKey & | operator= (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
| unsigned AttachmentKey::moduleId |
ID of the Module which adds the Attachment.
| unsigned AttachmentKey::userId |
ID of the User for which the Attachment should be added.
The documentation for this class was generated from the following files:
- src/inVRs/SystemCore/WorldDatabase/AttachmentKey.h
- src/inVRs/SystemCore/WorldDatabase/AttachmentKey.cpp
Generated on Wed Oct 20 16:11:54 2010 for inVRs by
1.5.8