#include <string>
#include <list>
#include <vector>
#include <inttypes.h>
#include <libgnomecanvasmm.h>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <flowcanvas/Connectable.hpp>
Go to the source code of this file.
Namespaces | |
namespace | FlowCanvas |
Classes | |
class | FlowCanvas::Port |
A port on a Module. More... | |
Typedefs | |
typedef std::vector < boost::shared_ptr< Port > > | FlowCanvas::PortVector |