| 6781 | } |
| 6782 | |
| 6783 | xpath_string(const char_t* buffer, bool uses_heap_, size_t length_heap): _buffer(buffer), _uses_heap(uses_heap_), _length_heap(length_heap) |
| 6784 | { |
| 6785 | } |
| 6786 | |
| 6787 | public: |
| 6788 | static xpath_string from_const(const char_t* str) |
no outgoing calls
no test coverage detected