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

Cache mechanism that enable const-correctness of member functions. More...

#include <hpp/manipulation/graph/edge.hh>

List of all members.

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

template<typename C >
const C& hpp::manipulation::graph::Cache< C >::get ( ) const [inline]
template<typename C >
hpp::manipulation::graph::Cache< C >::operator bool ( ) const [inline]
template<typename C >
void hpp::manipulation::graph::Cache< C >::set ( const C &  c) [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends