Default constructor.
| 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 | /*! |