CCA
Node.cpp File Reference
#include "Node.h"
#include <numeric>
#include <iostream>
#include <boost/shared_ptr.hpp>
#include <boost/bind.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/cstdint.hpp>
#include <rsc/logging/Logger.h>
#include <rsc/misc/langutils.h>
#include <rsb/Event.h>
#include <rsb/CommException.h>
#include <rsb/converter/Repository.h>
#include <rsb/converter/ProtocolBufferConverter.h>
#include "cca/buffer/SingleItemBuffer.h"
#include "cca/buffer/SynchronizedQueue.h"
Include dependency graph for Node.cpp:

Go to the source code of this file.

Namespaces

namespace  cca

Functions

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

Function Documentation

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: