11#ifndef YARP_THRIFT_GENERATOR_STRUCT_RETURN_GET_ALL_LOCATIONS_H
12#define YARP_THRIFT_GENERATOR_STRUCT_RETURN_GET_ALL_LOCATIONS_H
24 std::vector<yarp::dev::Nav2D::Map2DLocation>
locations{};
31 const std::vector<yarp::dev::Nav2D::Map2DLocation>&
locations);
contains the definition of a Map2DLocation type
yarp::os::idl::Unwrapped< return_get_all_locations > unwrapped
std::string toString() const
return_get_all_locations()=default
bool write(const yarp::os::idl::WireWriter &writer) const override
std::vector< yarp::dev::Nav2D::Map2DLocation > locations
bool read(yarp::os::idl::WireReader &reader) override
An interface for reading from a network connection.
An interface for writing to a network connection.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
IDL-friendly connection reader.
IDL-friendly connection writer.