JSON Voorhees
Killer JSON for C++
basic_view.hpp File Reference

Copyright (c) 2014 by Travis Gockel. More...

#include <jsonv/config.hpp>
#include <iterator>
#include <utility>

Go to the source code of this file.

Classes

class  jsonv::detail::basic_view< TIterator, TConstIterator >
 A view template used for array and object views of a value. More...
 
class  jsonv::detail::basic_owner< T >
 Something that owns an object. More...
 
class  jsonv::detail::basic_owning_view< TContainer, TIterator, TConstIterator >
 A form of basic_view that owns the object it is iterating over. More...
 

Detailed Description

Copyright (c) 2014 by Travis Gockel.

All rights reserved.

This program is free software: you can redistribute it and/or modify it under the terms of the Apache License as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later version.

Author
Travis Gockel (travi.nosp@m.s@go.nosp@m.ckelh.nosp@m.ut.c.nosp@m.om)

Definition in file basic_view.hpp.