|
ViennaGrid - The Vienna Grid Library
2.1.0
|
#include <id.hpp>
Public Types | |
| typedef base_id_type_ | base_id_type |
| typedef smart_id< const value_type, base_id_type > | self_const_type |
| typedef smart_id | self_type |
| typedef value_type_ | value_type |
Public Member Functions | |
| base_id_type | get () const |
| bool | operator!= (self_type rhs) const |
| bool | operator!= (self_const_type rhs) const |
| self_type & | operator++ () |
| self_type | operator++ (int) |
| bool | operator< (self_type rhs) const |
| bool | operator< (self_const_type rhs) const |
| bool | operator<= (self_type rhs) const |
| bool | operator<= (self_const_type rhs) const |
| bool | operator== (self_type rhs) const |
| bool | operator== (self_const_type rhs) const |
| bool | operator> (self_type rhs) const |
| bool | operator> (self_const_type rhs) const |
| bool | operator>= (self_type rhs) const |
| bool | operator>= (self_const_type rhs) const |
| void | set (base_id_type internal_id_) |
| smart_id () | |
| smart_id (base_id_type internal_id_) | |
| typedef base_id_type_ base_id_type |
| typedef smart_id<const value_type, base_id_type> self_const_type |
| typedef value_type_ value_type |
| smart_id | ( | ) | [inline] |
| smart_id | ( | base_id_type | internal_id_ | ) | [inline, explicit] |
| base_id_type get | ( | ) | const [inline] |
| bool operator!= | ( | self_type | rhs | ) | const [inline] |
| bool operator!= | ( | self_const_type | rhs | ) | const [inline] |
| self_type& operator++ | ( | ) | [inline] |
| self_type operator++ | ( | int | ) | [inline] |
| bool operator< | ( | self_type | rhs | ) | const [inline] |
| bool operator< | ( | self_const_type | rhs | ) | const [inline] |
| bool operator<= | ( | self_type | rhs | ) | const [inline] |
| bool operator<= | ( | self_const_type | rhs | ) | const [inline] |
| bool operator== | ( | self_type | rhs | ) | const [inline] |
| bool operator== | ( | self_const_type | rhs | ) | const [inline] |
| bool operator> | ( | self_type | rhs | ) | const [inline] |
| bool operator> | ( | self_const_type | rhs | ) | const [inline] |
| bool operator>= | ( | self_type | rhs | ) | const [inline] |
| bool operator>= | ( | self_const_type | rhs | ) | const [inline] |
| void set | ( | base_id_type | internal_id_ | ) | [inline] |
1.7.6.1