IDL-friendly connection writer. More...
#include <yarp/os/idl/WireWriter.h>
IDL-friendly connection writer.
Used by YARP IDL tools, not intended for end-user.
Definition at line 27 of file WireWriter.h.
WireWriter::WireWriter | ( | ConnectionWriter & | writer | ) |
Definition at line 19 of file WireWriter.cpp.
WireWriter::WireWriter | ( | WireReader & | reader | ) |
Definition at line 25 of file WireWriter.cpp.
WireWriter::~WireWriter | ( | ) |
Definition at line 35 of file WireWriter.cpp.
void WireWriter::flush | ( | ) |
Definition at line 299 of file WireWriter.cpp.
bool WireWriter::isError | ( | ) | const |
Definition at line 173 of file WireWriter.cpp.
bool WireWriter::isNull | ( | ) | const |
Definition at line 45 of file WireWriter.cpp.
bool WireWriter::isValid | ( | ) | const |
Definition at line 168 of file WireWriter.cpp.
bool WireWriter::write | ( | const WirePortable & | obj | ) | const |
Definition at line 50 of file WireWriter.cpp.
bool WireWriter::write | ( | const yarp::os::PortWriter & | obj | ) | const |
Definition at line 55 of file WireWriter.cpp.
Definition at line 220 of file WireWriter.cpp.
Definition at line 213 of file WireWriter.cpp.
Definition at line 70 of file WireWriter.cpp.
bool WireWriter::writeFloat32 | ( | yarp::conf::float32_t | x, |
bool | skip_tag = false |
||
) | const |
Definition at line 115 of file WireWriter.cpp.
bool WireWriter::writeFloat64 | ( | yarp::conf::float64_t | x, |
bool | skip_tag = false |
||
) | const |
Definition at line 124 of file WireWriter.cpp.
Definition at line 88 of file WireWriter.cpp.
Definition at line 97 of file WireWriter.cpp.
Definition at line 106 of file WireWriter.cpp.
Definition at line 79 of file WireWriter.cpp.
Definition at line 251 of file WireWriter.cpp.
bool WireWriter::writeListEnd | ( | ) | const |
Definition at line 274 of file WireWriter.cpp.
Definition at line 231 of file WireWriter.cpp.
Definition at line 264 of file WireWriter.cpp.
bool WireWriter::writeMapEnd | ( | ) | const |
Definition at line 284 of file WireWriter.cpp.
bool WireWriter::writeNested | ( | const WirePortable & | obj | ) | const |
Definition at line 60 of file WireWriter.cpp.
bool WireWriter::writeNested | ( | const yarp::os::PortWriter & | obj | ) | const |
Definition at line 65 of file WireWriter.cpp.
bool WireWriter::writeOnewayResponse | ( | ) | const |
Definition at line 289 of file WireWriter.cpp.
Definition at line 259 of file WireWriter.cpp.
bool WireWriter::writeSetEnd | ( | ) | const |
Definition at line 279 of file WireWriter.cpp.
Definition at line 162 of file WireWriter.cpp.
Definition at line 203 of file WireWriter.cpp.
Definition at line 178 of file WireWriter.cpp.
Definition at line 138 of file WireWriter.cpp.
Definition at line 143 of file WireWriter.cpp.
Definition at line 148 of file WireWriter.cpp.
Definition at line 133 of file WireWriter.cpp.
|
inline |
Definition at line 70 of file WireWriter.h.
|
inline |
Definition at line 76 of file WireWriter.h.
bool WireWriter::writeVocab32 | ( | yarp::conf::vocab32_t | x, |
bool | skip_tag = false |
||
) | const |
Definition at line 153 of file WireWriter.cpp.