MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GenericPointer

Method GenericPointer

rapidjson/pointer.h:109–109  ·  view source on GitHub ↗

Default constructor.

Source from the content-addressed store, hash-verified

107
108 //! Default constructor.
109 GenericPointer(Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_(), tokens_(), tokenCount_(), parseErrorOffset_(), parseErrorCode_(kPointerParseErrorNone) {}
110
111 //! Constructor that parses a string or URI fragment representation.
112 /*!

Callers

nothing calls this directly

Calls 3

StrLenFunction · 0.85
c_strMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected