TAMSVIZ
Visualization and annotation tool for ROS
Public Member Functions | List of all members
TypeImpl< T > Class Template Reference
Inheritance diagram for TypeImpl< T >:
Inheritance graph
[legend]
Collaboration diagram for TypeImpl< T >:
Collaboration graph
[legend]

Public Member Functions

 TypeImpl (const std::string &name, const std::shared_ptr< Type > &base, const std::string &category)
 
virtual bool tryToString (const void *p, std::string &s) const override
 
virtual bool fromStringSupported () const
 
virtual void fromStringOrThrow (void *value, const std::string &s) const override
 
virtual void properties (const void *ptr, std::vector< Property > &props) const override
 
virtual bool tryToPointerList (const void *object, std::vector< std::shared_ptr< void >> &out) const override
 
virtual bool tryFromPointerList (void *object, const std::vector< std::shared_ptr< void >> &in) const override
 
- Public Member Functions inherited from Type
const std::type_index & typeId () const
 
const std::string & name () const
 
const std::shared_ptr< Type > & base () const
 
bool constructable () const
 
const std::string & category () const
 
template<class T >
std::shared_ptr< T > instantiate () const
 
std::vector< std::shared_ptr< Type > > list () const
 

Additional Inherited Members

- Static Public Member Functions inherited from Type
static std::shared_ptr< TypetryFind (const std::string &name)
 
static std::shared_ptr< TypetryFind (const std::type_index &id)
 
static std::shared_ptr< Typefind (const std::string &name)
 
static std::shared_ptr< Typefind (const std::type_index &id)
 
template<class T >
static std::shared_ptr< Typefind ()
 
template<class T >
static std::shared_ptr< TypetryFind ()
 
template<class T >
static std::shared_ptr< Typeglobal (const std::string &name="", const std::shared_ptr< Type > &base=nullptr, const std::string &category="")
 
template<class T >
static std::shared_ptr< Typecreate (const std::string &name="", const std::shared_ptr< Type > &base=nullptr, const std::string &category="")
 
- Protected Member Functions inherited from Type
template<class T >
void _initConstructor (...)
 
template<class T >
void _initConstructor (decltype(new T()) i)
 
 Type (const Type &)=delete
 
Typeoperator= (const Type &)=delete
 
- Static Protected Member Functions inherited from Type
static void _registerType (const std::shared_ptr< Type > &t)
 
static bool _tryToPointerList (...)
 
template<class T >
static bool _tryToPointerList (const std::vector< std::shared_ptr< T >> *list, std::vector< std::shared_ptr< void >> &out)
 
static bool _tryFromPointerList (...)
 
template<class T >
static bool _tryFromPointerList (std::vector< std::shared_ptr< T >> *list, const std::vector< std::shared_ptr< void >> &in)
 
- Protected Attributes inherited from Type
std::string _name
 
std::type_index _type_id = typeid(void)
 
std::shared_ptr< Type_base
 
bool _constructable = false
 
std::function< std::shared_ptr< void >)> _create
 
std::string _category
 

Detailed Description

template<class T>
class TypeImpl< T >

Definition at line 334 of file type.h.


The documentation for this class was generated from the following file: