Definition at line 81 of file dist_map_graph.hpp.
|
| typedef boost::fusion::vector< size_t, size_t > | type |
| |
|
| void | setid (size_t id_) |
| |
| void | setgid (size_t gid_) |
| |
| template<unsigned int id> |
| auto | get () -> decltype(boost::fusion::at_c< id >(data)) |
| |
| template<unsigned int id> |
| auto | get () const -> const decltype(boost::fusion::at_c< id >(data)) |
| |
| template<unsigned int dim, typename Mem > |
| | v_info (const encapc< dim, v_info, Mem > &p) |
| |
| template<unsigned int dim, typename Mem > |
| v_info & | operator= (const encapc< dim, v_info, Mem > &p) |
| |
|
| static const unsigned int | id = 0 |
| |
| static const unsigned int | gid = 1 |
| |
| static const unsigned int | max_prop = 2 |
| |
◆ type
| typedef boost::fusion::vector<size_t, size_t> v_info::type |
◆ v_info() [1/2]
◆ v_info() [2/2]
template<unsigned int dim, typename Mem >
◆ get() [1/2]
template<unsigned int id>
| auto v_info::get |
( |
| ) |
-> decltype(boost::fusion::at_c < id > (data))
|
|
inline |
◆ get() [2/2]
template<unsigned int id>
| auto v_info::get |
( |
| ) |
const -> const decltype(boost::fusion::at_c < id > (data))
|
|
inline |
◆ noPointers()
| static bool v_info::noPointers |
( |
| ) |
|
|
inlinestatic |
◆ operator=()
template<unsigned int dim, typename Mem >
◆ setgid()
| void v_info::setgid |
( |
size_t |
gid_ | ) |
|
|
inline |
◆ setid()
| void v_info::setid |
( |
size_t |
id_ | ) |
|
|
inline |
◆ data
◆ gid
| const unsigned int v_info::gid = 1 |
|
static |
◆ id
| const unsigned int v_info::id = 0 |
|
static |
◆ max_prop
| const unsigned int v_info::max_prop = 2 |
|
static |
The documentation for this class was generated from the following file: