DUECA/DUSIME
Functions
std Namespace Reference

print the IncoRole to a stream More...

Functions

std::ostream & operator<< (std::ostream &s, const dueca::SimStateRequest &o)
 print to a stream. More...
 
template<size_t N, typename D >
ostream & operator<< (ostream &os, const dueca::fixvector< N, D > &v)
 Print a fixvector.
 
std::ostream & operator<< (std::ostream &is, const dueca::ChannelEntryInfo &i)
 Print a channel entry information object.
 
template<class T >
ostream & operator<< (ostream &s, const dueca ::Event< T > &o)
 prints the Event<T> to a stream
 
template<size_t N, typename T , int DEFLT, unsigned BASE>
ostream & operator<< (ostream &os, const dueca::fixvector_withdefault< N, T, DEFLT, BASE > &v)
 Print a fixvector.
 
ostream & operator<< (ostream &os, const dueca ::TimeSpec &t)
 Print a time specification.
 
ostream & operator<< (ostream &os, const dueca ::PeriodicTimeSpec &t)
 Print a periodic time specification.
 
ostream & operator<< (ostream &s, const dueca ::SimTime &o)
 prints the SimTime to a stream
 
template<unsigned mxsize>
ostream & operator<< (ostream &os, const dueca ::Dstring< mxsize > &o)
 Print a Dstring to stream. More...
 
template<unsigned mxsize>
istream & operator>> (istream &is, dueca ::Dstring< mxsize > &o)
 Read a Dstring from a stream. More...
 
ostream & operator<< (ostream &s, const dueca ::GenericEvent &o)
 prints the GenericEvent to a stream
 
ostream & operator<< (ostream &o, const dueca::Exception &e)
 Directly print an old DUECA exception.
 
std::ostream & operator<< (std::ostream &os, const dueca::Channel::EntryTimeAspect &tc)
 Printing of the EntryTimeAspect. More...
 
std::ostream & operator<< (std::ostream &os, const dueca::Channel::EntryArity &tc)
 Printing of the EntryArity. More...
 
std::ostream & operator<< (std::ostream &os, const dueca::Channel::ReadingMode &tc)
 Printing of the ReadingMode. More...
 
std::ostream & operator<< (std::ostream &os, const dueca::Channel::PackingMode &tc)
 Printing of the PackingMode. More...
 
std::ostream & operator<< (std::ostream &os, const dueca::Channel::TransportClass &tc)
 Printing of the TransportClass. More...
 
ostream & operator<< (ostream &s, const dueca::IncoRole &o)
 print a string representation for inco role
 
istream & operator>> (istream &is, dueca::IncoRole &o)
 read a string representation for inco role
 
ostream & operator<< (ostream &os, const dueca::EulerAngles &c)
 Print an EulerAngles object. More...
 
ostream & operator<< (ostream &os, const dueca::LatLonAlt &lla)
 Print a LatLonAlt object. More...
 
ostream & operator<< (ostream &os, const dueca::Carthesian &c)
 Print a Carthesian object. More...
 
ostream & operator<< (ostream &os, const dueca::Orientation &c)
 Print an Orientation object. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::HDFReplayConfig &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::SimulationState &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::DUECALogStatus &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::NameSet &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::GlobalId &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::ModuleState &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::SnapshotState &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::DUECALogConfig &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::DataTimeSpec &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::NetTimingLog &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::UDPPeerJoined &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::NetCapacityLog &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::UDPPeerAcknowledge &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::XmlSnapshot &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::Snapshot::SnapCoding &o)
 Print an object of type Snapshot::SnapCoding.
 
std::istream & operator>> (std::istream &s, dueca::Snapshot::SnapCoding &o)
 Read an object of type Snapshot::SnapCoding. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::Snapshot &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::ReplicatorInfo::MessageType &o)
 Print an object of type ReplicatorInfo::MessageType.
 
std::istream & operator>> (std::istream &s, dueca::ReplicatorInfo::MessageType &o)
 Read an object of type ReplicatorInfo::MessageType. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::ReplicatorInfo &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::ReplicatorPeerAcknowledge &o)
 print to a stream. More...
 
std::ostream & operator<< (std::ostream &s, const dueca::ReplicatorPeerJoined &o)
 print to a stream. More...
 

Detailed Description

print the IncoRole to a stream

Function Documentation

◆ operator<<() [1/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::SimStateRequest o 
)
inline

print to a stream.

◆ operator<<() [2/29]

template<unsigned mxsize>
ostream& std::operator<< ( ostream &  os,
const dueca ::Dstring< mxsize > &  o 
)

Print a Dstring to stream.

◆ operator>>() [1/3]

template<unsigned mxsize>
istream& std::operator>> ( istream &  is,
dueca ::Dstring< mxsize > &  o 
)

Read a Dstring from a stream.

◆ operator<<() [3/29]

std::ostream& std::operator<< ( std::ostream &  os,
const dueca::Channel::EntryTimeAspect tc 
)

Printing of the EntryTimeAspect.

◆ operator<<() [4/29]

std::ostream& std::operator<< ( std::ostream &  os,
const dueca::Channel::EntryArity tc 
)

Printing of the EntryArity.

◆ operator<<() [5/29]

std::ostream& std::operator<< ( std::ostream &  os,
const dueca::Channel::ReadingMode tc 
)

Printing of the ReadingMode.

◆ operator<<() [6/29]

std::ostream& std::operator<< ( std::ostream &  os,
const dueca::Channel::PackingMode tc 
)

Printing of the PackingMode.

◆ operator<<() [7/29]

std::ostream& std::operator<< ( std::ostream &  os,
const dueca::Channel::TransportClass tc 
)

Printing of the TransportClass.

◆ operator<<() [8/29]

ostream& std::operator<< ( ostream &  os,
const dueca::EulerAngles c 
)

Print an EulerAngles object.

◆ operator<<() [9/29]

ostream& std::operator<< ( ostream &  os,
const dueca::LatLonAlt lla 
)

Print a LatLonAlt object.

◆ operator<<() [10/29]

ostream& std::operator<< ( ostream &  os,
const dueca::Carthesian c 
)

Print a Carthesian object.

◆ operator<<() [11/29]

ostream& std::operator<< ( ostream &  os,
const dueca::Orientation c 
)

Print an Orientation object.

◆ operator<<() [12/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::HDFReplayConfig o 
)
inline

print to a stream.

◆ operator<<() [13/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::SimulationState o 
)
inline

print to a stream.

◆ operator<<() [14/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::DUECALogStatus o 
)
inline

print to a stream.

◆ operator<<() [15/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::NameSet o 
)
inline

print to a stream.

◆ operator<<() [16/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::GlobalId o 
)
inline

print to a stream.

◆ operator<<() [17/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::ModuleState o 
)
inline

print to a stream.

◆ operator<<() [18/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::SnapshotState o 
)
inline

print to a stream.

◆ operator<<() [19/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::DUECALogConfig o 
)
inline

print to a stream.

◆ operator<<() [20/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::DataTimeSpec o 
)
inline

print to a stream.

◆ operator<<() [21/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::NetTimingLog o 
)
inline

print to a stream.

◆ operator<<() [22/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::UDPPeerJoined o 
)
inline

print to a stream.

◆ operator<<() [23/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::NetCapacityLog o 
)
inline

print to a stream.

◆ operator<<() [24/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::UDPPeerAcknowledge o 
)
inline

print to a stream.

◆ operator<<() [25/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::XmlSnapshot o 
)
inline

print to a stream.

◆ operator>>() [2/3]

std::istream& std::operator>> ( std::istream &  s,
dueca::Snapshot::SnapCoding o 
)
inline

Read an object of type Snapshot::SnapCoding.

Read an enum of type Snapshot::SnapCoding

◆ operator<<() [26/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::Snapshot o 
)
inline

print to a stream.

◆ operator>>() [3/3]

std::istream& std::operator>> ( std::istream &  s,
dueca::ReplicatorInfo::MessageType o 
)
inline

Read an object of type ReplicatorInfo::MessageType.

Read an enum of type ReplicatorInfo::MessageType

◆ operator<<() [27/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::ReplicatorInfo o 
)
inline

print to a stream.

◆ operator<<() [28/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::ReplicatorPeerAcknowledge o 
)
inline

print to a stream.

◆ operator<<() [29/29]

std::ostream& std::operator<< ( std::ostream &  s,
const dueca::ReplicatorPeerJoined o 
)
inline

print to a stream.