Link Search Menu Expand Document

Typedef Class

Brief: represents a typedef

Detailed description

Members documentation

Typedef(std::string name, const Type& t)

Brief: constructs a typedef

const std::string& name() const

Brief: returns the name of the typedef

const Type& type() const

Brief: returns the typedef’s type