Argo  1.0
A C++ library for handling JSON.
Classes | Functions
pointer.hpp File Reference

The pointer class. More...

#include <list>
#include <string>
#include "common.hpp"

Go to the source code of this file.

Classes

class  argo::pointer
 JSON pointers as per the RFT. More...
 
class  argo::pointer::token
 Tokens in a JSON pointer. More...
 

Functions

std::ostream & argo::operator<< (std::ostream &stream, const pointer &p)
 Write a (converted) string representation of the path to a stream - mainly for debug purposes.
 

Detailed Description

The pointer class.

Definition in file pointer.hpp.