#include <storage.hpp>

Public Types | |
| typedef storage1< A1 > | inherited |
Public Member Functions | |
| 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 | |
| A2 | a2_ |
Public Attributes inherited from boost::_bi::storage1< A1 > | |
| A1 | a1_ |
Definition at line 76 of file storage.hpp.
Definition at line 78 of file storage.hpp.
Definition at line 80 of file storage.hpp.
|
inline |
Definition at line 82 of file storage.hpp.
| A2 boost::_bi::storage2< A1, A2 >::a2_ |
Definition at line 88 of file storage.hpp.