hpp::manipulation::graph::Cache< C > Class Template Reference

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
 

Detailed Description

template<typename C>
class hpp::manipulation::graph::Cache< C >

Cache mechanism that enable const-correctness of member functions.

Member Function Documentation

◆ get()

template<typename C >
const C& hpp::manipulation::graph::Cache< C >::get ( ) const
inline

◆ operator bool()

template<typename C >
hpp::manipulation::graph::Cache< C >::operator bool ( ) const
inline

◆ set()

template<typename C >
void hpp::manipulation::graph::Cache< C >::set ( const C &  c)
inline