25 #ifndef WPROPERTYLIST_H
26 #define WPROPERTYLIST_H
30 #include <boost/shared_ptr.hpp>
32 #include "WPropertyGroupBase.h"
33 #include "WPropertyTypes.h"
40 template<
typename T >
57 typedef boost::shared_ptr< WPropertyList< ValueType > >
SPtr;
62 typedef boost::shared_ptr< const WPropertyList< ValueType > >
ConstSPtr;
168 virtual bool set( boost::shared_ptr< WPropertyBase > value )
183 #endif // WPROPERTYLIST_H