|
template<bool Ow = false> |
const P * | set (Loc l) const |
|
template<bool Ow = false> |
P * | set (Loc l) |
|
template<bool Ow = false> |
const P * | set (Sym s) const |
|
template<bool Ow = false> |
P * | set (Sym s) |
|
template<bool Ow = false> |
const P * | set (std::string s) const |
|
template<bool Ow = false> |
P * | set (std::string s) |
|
template<bool Ow = false> |
const P * | set (Loc l, Sym s) const |
|
template<bool Ow = false> |
P * | set (Loc l, Sym s) |
|
template<bool Ow = false> |
const P * | set (Loc l, std::string s) const |
|
template<bool Ow = false> |
P * | set (Loc l, std::string s) |
|
template<bool Ow = false> |
const P * | set (Dbg d) const |
|
template<bool Ow = false> |
P * | set (Dbg d) |
|
template<class P, class D = Def>
class mim::Setters< P, D >
CRTP-based Mixin to declare setters for Def::loc & Def::name using a covariant return type.
Definition at line 143 of file def.h.