Pothos  0.5.0-ga4964040
The Pothos dataflow programming software suite
Pothos::Object Member List

This is the complete list of members for Pothos::Object, including all inherited members.

_implPothos::Object
canConvert(const std::type_info &type) const Pothos::Object
canConvert(const std::type_info &srcType, const std::type_info &dstType)Pothos::Objectstatic
compareTo(const Object &other) const Pothos::Object
convert(void) const Pothos::Object
convert(const std::type_info &type) const Pothos::Object
deserialize(std::istream &is)Pothos::Object
equals(const Object &obj) const Pothos::Object
extract(void) const Pothos::Object
getTypeString(void) const Pothos::Object
hashCode(void) const Pothos::Object
make(ValueType &&value)Pothos::Objectstatic
Object(void)Pothos::Object
Object(const Object &obj)Pothos::Object
Object(Object &obj)Pothos::Object
Object(Object &&obj)Pothos::Object
Object(const Object &&obj)Pothos::Object
Object(ValueType &&value)Pothos::Objectexplicit
operator bool(void) const Pothos::Objectexplicit
operator<(const Object &obj) const Pothos::Object
operator=(const Object &rhs)Pothos::Object
operator=(Object &&rhs)Pothos::Object
operator>(const Object &obj) const Pothos::Object
serialize(std::ostream &os) const Pothos::Object
toString(void) const Pothos::Object
type(void) const Pothos::Object
unique(void) const Pothos::Object
~Object(void)Pothos::Objectvirtual