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

Method IsObject

lib/base/value.cpp:165–168  ·  view source on GitHub ↗

* Checks whether the variant is a non-null object. * * @returns true if the variant is a non-null object, false otherwise. */

Source from the content-addressed store, hash-verified

163 * @returns true if the variant is a non-null object, false otherwise.
164 */
165bool Value::IsObject() const
166{
167 return (GetType() == ValueObject);
168}
169
170/**
171 * Returns the type of the value.

Callers 12

operator==Method · 0.80
PushMethod · 0.80
SerializeInternalFunction · 0.80
DeserializeMethod · 0.80
WriteToFileMethod · 0.80
HashValueMethod · 0.80
ResolveMacroMethod · 0.80
GetFieldMethod · 0.80
DoEvaluateMethod · 0.80
GetReferenceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected