#include <storage.hpp>

Public Types | |
| typedef storage2< A1, A2 > | inherited |
Public Types inherited from boost::_bi::storage2< A1, A2 > | |
| typedef storage1< A1 > | inherited |
Public Member Functions | |
| template<class V > | |
| void | accept (V &v) const |
| storage3 (A1 a1, A2 a2, A3 a3) | |
Public Member Functions inherited from boost::_bi::storage2< A1, A2 > | |
| template<class V > | |
| void | accept (V &v) const |
| storage2 (A1 a1, A2 a2) | |
Public Member Functions inherited from boost::_bi::storage1< A1 > | |
| template<class V > | |
| void | accept (V &v) const |
| storage1 (A1 a1) | |
Public Attributes | |
| A3 | a3_ |
Public Attributes inherited from boost::_bi::storage2< A1, A2 > | |
| A2 | a2_ |
Public Attributes inherited from boost::_bi::storage1< A1 > | |
| A1 | a1_ |
Definition at line 125 of file storage.hpp.
| typedef storage2<A1, A2> boost::_bi::storage3< A1, A2, A3 >::inherited |
Definition at line 127 of file storage.hpp.
|
inline |
Definition at line 129 of file storage.hpp.
|
inline |
Definition at line 131 of file storage.hpp.
| A3 boost::_bi::storage3< A1, A2, A3 >::a3_ |
Definition at line 137 of file storage.hpp.