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