join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
sax.hpp File Reference
#include <join/error.hpp>
#include <join/value.hpp>
#include <join/utils.hpp>
#include <join/view.hpp>
#include <system_error>
#include <iostream>
#include <fstream>
#include <sstream>
#include <memory>
#include <string>
#include <stack>
#include <cstddef>
Include dependency graph for sax.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::SaxCategory
 SAX API generic error category. More...
 
class  join::SaxHandler
 SAX API interface class. More...
 
class  join::StreamWriter
 stream serializer abstract class. More...
 
class  join::StreamReader
 stream deserializer abstract class. More...
 
struct  std::is_error_condition_enum< join::SaxErrc >
 SAX API generic error code specialization. More...
 

Namespaces

namespace  join
 
namespace  std
 

Enumerations

enum class  join::SaxErrc { join::StackOverflow = 1 , join::InvalidParent , join::InvalidValue , join::ExtraData }
 SAX API generic error codes. More...
 

Functions

const std::error_category & join::saxCategory () noexcept
 get error category.
 
std::error_code join::make_error_code (SaxErrc code) noexcept
 create an std::error_code object.
 
std::error_condition join::make_error_condition (SaxErrc code) noexcept
 create an std::error_condition object.