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

Method GetType

lib/base/value.cpp:175–178  ·  view source on GitHub ↗

* Returns the type of the value. * * @returns The type. */

Source from the content-addressed store, hash-verified

173 * @returns The type.
174 */
175ValueType Value::GetType() const
176{
177 return static_cast<ValueType>(m_Value.which());
178}
179
180void Value::Swap(Value& other)
181{

Callers 11

GetTargetForTemplateMethod · 0.45
HandleRequestMethod · 0.45
PackAnyFunction · 0.45
EncodeMethod · 0.45
GetTargetForTemplateFunction · 0.45
IcingaToStreamValueMethod · 0.45
ScriptFuncMethod · 0.45
ApplyMethod · 0.45
AddArgumentHelperMethod · 0.45
SetAttributeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected