class InitVarSnippet::Base

#include <initVarSnippet.h>

class Base: public Snippet::Base
{
public:
    // methods

    virtual std::string getCode() const;
};

// direct descendants

class Constant;
class Exponential;
class Gamma;
class Normal;
class Uniform;
class Uninitialised;

Inherited Members

public:
    // typedefs

    typedef std::vector<std::string> StringVec;
    typedef std::vector<EGP> EGPVec;
    typedef std::vector<ParamVal> ParamValVec;
    typedef std::vector<DerivedParam> DerivedParamVec;

    // structs

    struct DerivedParam;
    struct EGP;
    struct ParamVal;

    // methods

    virtual ~Base();
    virtual StringVec getParamNames() const;
    virtual DerivedParamVec getDerivedParams() const;