Cache mechanism that enable const-correctness of member functions. More...
#include <hpp/manipulation/graph/edge.hh>
Public Member Functions | |
void | set (const C &c) |
operator bool () const | |
const C & | get () const |
Cache mechanism that enable const-correctness of member functions.
const C& hpp::manipulation::graph::Cache< C >::get | ( | ) | const [inline] |
hpp::manipulation::graph::Cache< C >::operator bool | ( | ) | const [inline] |
void hpp::manipulation::graph::Cache< C >::set | ( | const C & | c | ) | [inline] |