| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/transactionno.h>
Public Member Functions | |
| TransactionNo (UINT64 initValue) | |
| TransactionNo (const TransactionNo &other) | |
| TransactionNo & | operator++ () |
| TransactionNo | operator++ (int) |
| bool | operator== (const TransactionNo &other) const |
| bool | operator!= (const TransactionNo &other) const |
| bool | operator< (const TransactionNo &other) const |
| bool | operator> (const TransactionNo &other) const |
| bool | operator<= (const TransactionNo &other) const |
| bool | operator>= (const TransactionNo &other) const |
Friends | |
| VRS_CORE_API std::ostream & | operator<< (std::ostream &out, const TransactionNo &no) |
| VRS::TransactionNo::TransactionNo | ( | UINT64 | initValue | ) | [inline] |
| VRS::TransactionNo::TransactionNo | ( | const TransactionNo & | other | ) | [inline] |
| TransactionNo& VRS::TransactionNo::operator++ | ( | ) | [inline] |
| TransactionNo VRS::TransactionNo::operator++ | ( | int | ) | [inline] |
| bool VRS::TransactionNo::operator== | ( | const TransactionNo & | other | ) | const [inline] |
| bool VRS::TransactionNo::operator!= | ( | const TransactionNo & | other | ) | const [inline] |
| bool VRS::TransactionNo::operator< | ( | const TransactionNo & | other | ) | const [inline] |
| bool VRS::TransactionNo::operator> | ( | const TransactionNo & | other | ) | const [inline] |
| bool VRS::TransactionNo::operator<= | ( | const TransactionNo & | other | ) | const [inline] |
| bool VRS::TransactionNo::operator>= | ( | const TransactionNo & | other | ) | const [inline] |
| VRS_CORE_API std::ostream& operator<< | ( | std::ostream & | out, | |
| const TransactionNo & | no | |||
| ) | [friend] |