struct axl::sl::SwitchInfo

#include <axl_sl_CmdLineParser.h>

struct SwitchInfo: public axl::sl::ListLink
{
    // fields

    int m_switchKind;
    const char* m_nameTable[4];
    const char* m_value;
    const char* m_description;
};

Inherited Members

public:
    // methods

    ListLink*
    getNext();

    ListLink*
    getPrev();