Pothos  0.7.0-gf7fbae99
The Pothos dataflow programming software suite
Classes | Namespaces | Functions
Object.hpp File Reference
#include <Pothos/Config.hpp>
#include <Pothos/Util/Templates.hpp>
#include <typeinfo>
#include <string>

Go to the source code of this file.

Classes

class  Pothos::NullObject
 
class  Pothos::Object
 
struct  Pothos::Object::Emplace< T >
 Emplace dummy type to pass type to Object emplacement constructor. More...
 

Namespaces

 Pothos
 

Functions

bool Pothos::operator== (const Object &lhs, const Object &rhs)
 

Detailed Description

Object is intended to facilitate API polymorphism similar to java.