#include <property.hpp>

Public Types | |
| typedef Base | next_type |
| typedef Tag | tag_type |
| typedef T | value_type |
Public Member Functions | |
| property (const T &v=T()) | |
| property (const T &v, const Base &b) | |
Public Attributes | |
| T | m_value |
| Base | m_base |
| typedef Base boost::property< Tag, T, Base >::next_type |
| typedef Tag boost::property< Tag, T, Base >::tag_type |
| typedef T boost::property< Tag, T, Base >::value_type |
|
inline |
|
inline |
| Base boost::property< Tag, T, Base >::m_base |
Referenced by boost::get(), boost::getSubset(), boost::operator>>(), and boost::serialize().
| T boost::property< Tag, T, Base >::m_value |
Referenced by boost::get(), boost::getSubset(), boost::operator>>(), and boost::serialize().