struct Snippet::Base::EGPΒΆ

An extra global parameter has a name and a type.

#include <snippet.h>

struct EGP
{
    // fields

    std::string name;
    std::string type;
};