Package pygccxml :: Package declarations :: Module type_traits :: Class smart_pointer_traits

ClassType smart_pointer_traits

source code

implements functionality, needed for convinient work with smart pointers

Static Methods
 
is_smart_pointer(type)
returns True, if type represents instantiation of boost::shared_ptr, False otherwise
source code
 
value_type(type)
returns reference to boost::shared_ptr value type
source code