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

Function DefaultObjectFactoryVA

lib/base/object.hpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65template<typename T>
66intrusive_ptr<Object> DefaultObjectFactoryVA(const std::vector<Value>& args)
67{
68 return new T(args);
69}
70
71typedef intrusive_ptr<Object> (*ObjectFactory)(const std::vector<Value>&);
72

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected