#include <storage.hpp>
Public Types | |
typedef storage5< A1, A2, A3, A4, A5 > | inherited |
![]() | |
typedef storage4< A1, A2, A3, A4 > | inherited |
![]() | |
typedef storage3< A1, A2, A3 > | inherited |
![]() | |
typedef storage2< A1, A2 > | inherited |
![]() | |
typedef storage1< A1 > | inherited |
Public Member Functions | |
template<class V > | |
void | accept (V &v) const |
storage6 (A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) | |
![]() | |
template<class V > | |
void | accept (V &v) const |
storage5 (A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) | |
![]() | |
template<class V > | |
void | accept (V &v) const |
storage4 (A1 a1, A2 a2, A3 a3, A4 a4) | |
![]() | |
template<class V > | |
void | accept (V &v) const |
storage3 (A1 a1, A2 a2, A3 a3) | |
![]() | |
template<class V > | |
void | accept (V &v) const |
storage2 (A1 a1, A2 a2) | |
![]() | |
template<class V > | |
void | accept (V &v) const |
storage1 (A1 a1) | |
Public Attributes | |
A6 | a6_ |
![]() | |
A5 | a5_ |
![]() | |
A4 | a4_ |
![]() | |
A3 | a3_ |
![]() | |
A2 | a2_ |
![]() | |
A1 | a1_ |
Definition at line 272 of file storage.hpp.
typedef storage5<A1, A2, A3, A4, A5> boost::_bi::storage6< A1, A2, A3, A4, A5, A6 >::inherited |
Definition at line 274 of file storage.hpp.
|
inline |
Definition at line 276 of file storage.hpp.
|
inline |
Definition at line 278 of file storage.hpp.
A6 boost::_bi::storage6< A1, A2, A3, A4, A5, A6 >::a6_ |
Definition at line 284 of file storage.hpp.