MCPcopy Create free account
hub / github.com/Icinga/icinga2 / FieldAccessor

Method FieldAccessor

tools/mkclass/classcompiler.hpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 bool Pure;
40
41 FieldAccessor(FieldAccessorType type, std::string accessor, bool pure)
42 : Type(type), Accessor(std::move(accessor)), Pure(pure)
43 { }
44};
45
46/* keep this in sync with lib/base/type.hpp */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected