VisioMove SDK (iOS)
2.1.22
|
Inherits std::list< T >.
Public Member Functions | |
VgFunctorDescriptorMap () | |
VgFunctorDescriptorMap (const VgFunctorDescriptorMap &pOther) | |
VgEngine::VgRefPtr< VgEngine::VgFunctorDescriptor > & | operator[] (const std::pair< std::string, std::string > &pChannel) |
VgEngine::VgRefPtr< VgEngine::VgFunctorDescriptor > & | get (const std::pair< std::string, std::string > &pChannel) |
void | set (const std::pair< std::string, std::string > &pChannel, VgEngine::VgRefPtr< VgEngine::VgFunctorDescriptor > &pDescriptor) |
A list of VgFunctorDescriptorMapEntry's
VgEngine::VgFunctorDescriptorMap::VgFunctorDescriptorMap | ( | ) |
Default constructor. Creates an empty functor descriptor collection.
VgEngine::VgFunctorDescriptorMap::VgFunctorDescriptorMap | ( | const VgFunctorDescriptorMap & | pOther | ) |
Copy constructor (to enable assignment operator usage by Swig).
VgEngine::VgRefPtr< VgEngine::VgFunctorDescriptor >& VgEngine::VgFunctorDescriptorMap::get | ( | const std::pair< std::string, std::string > & | pChannel | ) |
This method is a shortcut to the [] operator to make it available to Swig interface.
VgEngine::VgRefPtr< VgEngine::VgFunctorDescriptor >& VgEngine::VgFunctorDescriptorMap::operator[] | ( | const std::pair< std::string, std::string > & | pChannel | ) |
This operator (and whole class) exists for backward compatibility concerns. In previous versions the functor descriptor collection was a map and operator [] was used to feed the collection. It is now a list.
void VgEngine::VgFunctorDescriptorMap::set | ( | const std::pair< std::string, std::string > & | pChannel, |
VgEngine::VgRefPtr< VgEngine::VgFunctorDescriptor > & | pDescriptor | ||
) |
This method is a shortcut to the [] operator to make it available to Swig interface.