CCA
Node.h File Reference
#include <string>
#include <vector>
#include <map>
#include <boost/format.hpp>
#include <rsb/Factory.h>
#include <rsb/Informer.h>
#include <rsb/Listener.h>
#include <rsb/Event.h>
#include <rsc/runtime/Properties.h>
#include "cca/buffer/Buffer.h"
#include "cca/buffer/SingleItemBuffer.h"
#include "cca/port/InputPort.h"
#include "cca/port/OutputPort.h"
#include "cca/port/PortConfiguration.h"
#include "cca/ProcessingStrategy.h"
#include "cca/component/Info.h"
#include "cca/Exception.h"
Include dependency graph for Node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cca::Node
 Base CCA Data-Flow Component. More...

Namespaces

namespace  cca

Typedefs

typedef ::boost::shared_ptr< Node > cca::NodePtr

Functions

std::ostream & operator<< (std::ostream &os, const cca::Node &node)
 Stream operator.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const cca::Node node 
)

Stream operator.

Parameters:
os
node
Returns:

Definition at line 497 of file Node.cpp.

References cca::Node::print().

Here is the call graph for this function: