boost::any::any::holder< ValueType > Class Template Reference
List of all members.
|
Public Member Functions |
| holder (const ValueType &value) |
virtual const std::type_info & | type () const |
virtual placeholder * | clone () const |
Public Attributes |
ValueType | held |
Detailed Description
template<typename ValueType>
class boost::any::holder< ValueType >
Definition at line 102 of file any.h.
Constructor & Destructor Documentation
template<typename ValueType >
boost::any::any::holder< ValueType >::holder |
( |
const ValueType & |
value |
) |
[inline] |
Member Function Documentation
template<typename ValueType >
virtual placeholder* boost::any::any::holder< ValueType >::clone |
( |
|
) |
const [inline, virtual] |
template<typename ValueType >
virtual const std::type_info& boost::any::any::holder< ValueType >::type |
( |
|
) |
const [inline, virtual] |
Member Data Documentation
template<typename ValueType >
ValueType boost::any::any::holder< ValueType >::held |
The documentation for this class was generated from the following file:
- /Users/brown170/Projects/Current/coral_msu_repo/trunk/src/coralutils/ThirdPartyPackages/Boost/any.h