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

Method IsString

lib/base/value.cpp:155–158  ·  view source on GitHub ↗

* Checks whether the variant is a string. * * @returns true if the variant is a string. */

Source from the content-addressed store, hash-verified

153 * @returns true if the variant is a string.
154 */
155bool Value::IsString() const
156{
157 return (GetType() == ValueString);
158}
159
160/**
161 * Checks whether the variant is a non-null object.

Callers 15

ProcessMessagesMethod · 0.80
EscapeValueMethod · 0.80
PrintValueMethod · 0.80
operator==Method · 0.80
operator+Method · 0.80
operator-Method · 0.80
operator<Method · 0.80
operator>Method · 0.80
operator<=Method · 0.80
operator>=Method · 0.80
EmitValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected