Public Member Functions |
Static Public Member Functions |
Private Attributes |
Friends |
List of all members
concepts::Key Class Reference
#include <connector.hh>
Public Member Functions | |
uint | key () const |
Returns the key. More... | |
Key (uint key=0) | |
Default constructor. More... | |
operator uint () const | |
Returns the key. More... | |
int | operator== (const Key &key) const |
Comparison operator. More... | |
Static Public Member Functions | |
static uint | noKey () |
Returns a key which never occurs. More... | |
Private Attributes | |
uint | key_ |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Key &k) |
Detailed Description
Key class.
Used for the enumeration of topological elements (connectors). It might be usefull to have topological elements with a key with more features...
Definition at line 53 of file connector.hh.
Constructor & Destructor Documentation
◆ Key()
|
inline |
Default constructor.
Definition at line 57 of file connector.hh.
Member Function Documentation
◆ key()
|
inline |
Returns the key.
Definition at line 66 of file connector.hh.
◆ noKey()
|
inlinestatic |
Returns a key which never occurs.
Definition at line 69 of file connector.hh.
◆ operator uint()
|
inline |
Returns the key.
Definition at line 63 of file connector.hh.
◆ operator==()
|
inline |
Comparison operator.
Definition at line 60 of file connector.hh.
Friends And Related Function Documentation
◆ operator<<
|
friend |
Member Data Documentation
◆ key_
|
private |
Definition at line 71 of file connector.hh.
The documentation for this class was generated from the following file:
- geometry/connector.hh