MCPcopy Create free account
hub / github.com/cinder/Cinder / empty

Function empty

include/cinder/Xml.h:162–162  ·  view source on GitHub ↗

Returns true if the Attr value is empty

Source from the content-addressed store, hash-verified

160
161 //! Returns true if the Attr value is empty
162 bool empty() const { return mValue.empty(); }
163
164 //! Returns the name of the attribute as a string.
165 const std::string& getName() const { return mName; }

Callers 3

arcToMethod · 0.50
reverseMethod · 0.50
parent_pathMethod · 0.50

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected