#include <ply_parser.h>
Classes | |
struct | callbacks_element |
struct | pair_with |
struct | sequence_product |
Public Member Functions | |
template<typename SizeType , typename ScalarType > | |
list_property_definition_callback_type < SizeType, ScalarType >::type & | get () |
template<typename SizeType , typename ScalarType > | |
const list_property_definition_callback_type < SizeType, ScalarType >::type & | get () const |
Private Types | |
typedef boost::mpl::inherit_linearly < sequence_product< size_types, scalar_types >::type, boost::mpl::inherit < boost::mpl::_1, callbacks_element < boost::mpl::_2 > > >::type | callbacks |
Private Attributes | |
callbacks | callbacks_ |
Friends | |
template<typename SizeType , typename ScalarType > | |
list_property_definition_callback_type < SizeType, ScalarType >::type & | at (list_property_definition_callbacks_type &list_property_definition_callbacks) |
template<typename SizeType , typename ScalarType > | |
const list_property_definition_callback_type < SizeType, ScalarType >::type & | at (const list_property_definition_callbacks_type &list_property_definition_callbacks) |
Definition at line 208 of file ply_parser.h.
typedef boost::mpl::inherit_linearly<sequence_product<size_types, scalar_types>::type, boost::mpl::inherit<boost::mpl::_1, callbacks_element<boost::mpl::_2> > >::type pcl::io::ply::ply_parser::list_property_definition_callbacks_type::callbacks [private] |
Definition at line 228 of file ply_parser.h.
list_property_definition_callback_type<SizeType, ScalarType>::type& pcl::io::ply::ply_parser::list_property_definition_callbacks_type::get | ( | ) | [inline] |
Definition at line 234 of file ply_parser.h.
const list_property_definition_callback_type<SizeType, ScalarType>::type& pcl::io::ply::ply_parser::list_property_definition_callbacks_type::get | ( | ) | const [inline] |
Definition at line 241 of file ply_parser.h.
list_property_definition_callback_type<SizeType, ScalarType>::type& at | ( | list_property_definition_callbacks_type & | list_property_definition_callbacks | ) | [friend] |
Definition at line 248 of file ply_parser.h.
const list_property_definition_callback_type<SizeType, ScalarType>::type& at | ( | const list_property_definition_callbacks_type & | list_property_definition_callbacks | ) | [friend] |
Definition at line 255 of file ply_parser.h.
Definition at line 229 of file ply_parser.h.