MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GenericPointer

Method GenericPointer

Source/ThirdParty/rapidjson/pointer.h:104–104  ·  view source on GitHub ↗

Default constructor.

Source from the content-addressed store, hash-verified

102
103 //! Default constructor.
104 GenericPointer(Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_(), tokens_(), tokenCount_(), parseErrorOffset_(), parseErrorCode_(kPointerParseErrorNone) {}
105
106 //! Constructor that parses a string or URI fragment representation.
107 /*!

Callers

nothing calls this directly

Calls 4

StrLenFunction · 0.85
ParseFunction · 0.70
c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected