struct mrpt::graphs::detail::TNodeAnnotationsEmpty

#include <mrpt/graphs/TNodeAnnotations.h>

struct TNodeAnnotationsEmpty: public mrpt::graphs::detail::TNodeAnnotations
{
    // typedefs

    typedef TNodeAnnotations self_t;

    // construction

    TNodeAnnotationsEmpty();

    //
methods

    virtual void getAnnotsAsString(std::string* s) const;
    std::string retAnnotsAsString() const;
    virtual bool operator == (const TNodeAnnotations& other) const;
    virtual bool operator != (const TNodeAnnotations& other) const;
};

Inherited Members

public:
    //
methods

    TNodeAnnotations* getCopyOfAnnots() const;
    bool setAnnots(const self_t& other);