#include <reference_content.hpp>
Public Member Functions | |
RefT | get () const |
reference_content (RefT r) | |
reference_content (const reference_content &operand) | |
~reference_content () | |
Private Member Functions | |
reference_content & | operator= (const reference_content &) |
Private Attributes | |
RefT | content_ |
Definition at line 38 of file reference_content.hpp.
boost::detail::reference_content< RefT >::~reference_content | ( | ) | [inline] |
Definition at line 46 of file reference_content.hpp.
boost::detail::reference_content< RefT >::reference_content | ( | RefT | r | ) | [inline] |
Definition at line 50 of file reference_content.hpp.
boost::detail::reference_content< RefT >::reference_content | ( | const reference_content< RefT > & | operand | ) | [inline] |
Definition at line 55 of file reference_content.hpp.
RefT boost::detail::reference_content< RefT >::get | ( | ) | const [inline] |
Definition at line 66 of file reference_content.hpp.
reference_content& boost::detail::reference_content< RefT >::operator= | ( | const reference_content< RefT > & | ) | [private] |
RefT boost::detail::reference_content< RefT >::content_ [private] |
Definition at line 42 of file reference_content.hpp.