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 308 of file WireWriter.cpp.
bool WireWriter::isError | ( | ) | const |
Definition at line 182 of file WireWriter.cpp.
bool WireWriter::isNull | ( | ) | const |
Definition at line 45 of file WireWriter.cpp.
bool WireWriter::isValid | ( | ) | const |
Definition at line 177 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 229 of file WireWriter.cpp.
Definition at line 222 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 260 of file WireWriter.cpp.
bool WireWriter::writeListEnd | ( | ) | const |
Definition at line 283 of file WireWriter.cpp.
Definition at line 240 of file WireWriter.cpp.
Definition at line 273 of file WireWriter.cpp.
bool WireWriter::writeMapEnd | ( | ) | const |
Definition at line 293 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 298 of file WireWriter.cpp.
Definition at line 268 of file WireWriter.cpp.
bool WireWriter::writeSetEnd | ( | ) | const |
Definition at line 288 of file WireWriter.cpp.
Definition at line 171 of file WireWriter.cpp.
Definition at line 212 of file WireWriter.cpp.
Definition at line 187 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.
|
inline |
Definition at line 83 of file WireWriter.h.
|
inline |
Definition at line 89 of file WireWriter.h.
bool WireWriter::writeVocab64 | ( | yarp::conf::vocab64_t | x, |
bool | skip_tag = false |
||
) | const |
Definition at line 162 of file WireWriter.cpp.