MCPcopy Create free account
hub / github.com/dillo-browser/dillo / Boolean

Method Boolean

lout/object.hh:148–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147public:
148 Boolean(bool value) { this->value = value; }
149 bool equals(Object *other);
150 int hashValue();
151 void intoStringBuffer(misc::StringBuffer *sb);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected