struct mrpt::config::simpleini::CSimpleIniTempl::EntryΒΆ

#include </home/jlblanco/mrpt/libs/config/src/simpleini/SimpleIni.h>

struct Entry
{
    // structs

    struct KeyOrder;
    struct LoadOrder;

    //
fields

    const SI_CHAR* pItem;
    const SI_CHAR* pComment;
    int nOrder;

    // construction

    Entry(
        const SI_CHAR* a_pszItem = nullptr,
        int a_nOrder = 0
        );

    Entry(const Entry& rhs);

    //
methods

    Entry& operator = (const Entry& rhs);
};