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

Method Integer

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

Source from the content-addressed store, hash-verified

129
130public:
131 Integer(int value) { this->value = value; }
132 bool equals(Object *other);
133 int hashValue();
134 void intoStringBuffer(misc::StringBuffer *sb);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected