11#ifndef YARP_THRIFT_GENERATOR_STRUCT_RETURN_GET_ALL_AREAS_H
12#define YARP_THRIFT_GENERATOR_STRUCT_RETURN_GET_ALL_AREAS_H
25 std::vector<yarp::dev::Nav2D::Map2DArea>
areas{};
32 const std::vector<yarp::dev::Nav2D::Map2DArea>&
areas);
contains the definition of a Map2DArea type
std::string toString() const
bool read(yarp::os::idl::WireReader &reader) override
bool write(const yarp::os::idl::WireWriter &writer) const override
yarp::dev::ReturnValue retval
return_get_all_areas()=default
yarp::os::idl::Unwrapped< return_get_all_areas > unwrapped
std::vector< yarp::dev::Nav2D::Map2DArea > areas
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.