Pothos  0.4.3-gabce2ce6
The Pothos dataflow programming software suite
Classes | Namespaces | Functions
Object.hpp File Reference
#include <Pothos/Config.hpp>
#include <typeinfo>
#include <string>
#include <iosfwd>

Go to the source code of this file.

Classes

class  Pothos::NullObject
 
class  Pothos::Object
 

Namespaces

 Pothos
 

Functions

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

Detailed Description

Object is intended to facilitate API polymorphism similar to java.