Essentia
2.1-beta6-dev
|
#include <iotypewrappers.h>
Public Member Functions | |
InputBase () | |
std::string | fullName () const |
template<typename Type > | |
void | set (const Type &data) |
void | setSinkFirstToken (streaming::SinkBase &sink) |
void | setSinkTokens (streaming::SinkBase &sink) |
Public Member Functions inherited from TypeProxy | |
TypeProxy () | |
TypeProxy (const std::string &name) | |
virtual | ~TypeProxy () |
const std::string & | name () const |
void | setName (const std::string &name) |
void | checkType (const std::type_info &received, const std::type_info &expected) const |
template<typename Type > | |
void | checkType () const |
void | checkSameTypeAs (const TypeProxy &obj) const |
void | checkVectorSameTypeAs (const TypeProxy &obj) const |
virtual const std::type_info & | typeInfo () const =0 |
virtual const std::type_info & | vectorTypeInfo () const =0 |
Protected Attributes | |
Algorithm * | _parent |
const void * | _data |
Protected Attributes inherited from TypeProxy | |
std::string | _name |
Friends | |
class | Algorithm |
|
inline |
|
inline |
References InputBase::_parent, Configurable::name(), and TypeProxy::name().
Referenced by Input< Type >::get(), and InputBase::set().
void set | ( | const Type & | data | ) |
References InputBase::_data, InputBase::fullName(), and EssentiaException::what().
|
inline |
References SinkBase::getFirstToken().
|
inline |
References SinkBase::getTokens().
|
friend |
|
protected |
Referenced by Input< Type >::get(), and InputBase::set().
|
protected |
Referenced by InputBase::fullName().