CToon C++ 0.6.1
A C++ TOON/JSON serialization library
Loading...
Searching...
No Matches
ctoon::write_error Class Reference

#include <ctoon.hpp>

Inheritance diagram for ctoon::write_error:
Collaboration diagram for ctoon::write_error:

Public Member Functions

 write_error (const ctoon_write_err &e)
 
virtual ~write_error () CTOON_NOEXCEPT
 
- Public Member Functions inherited from ctoon::error
 error (const std::string &msg) CTOON_NOEXCEPT
 
virtual const char * what () const CTOON_NOEXCEPT
 
virtual ~error () CTOON_NOEXCEPT
 

Public Attributes

ctoon_write_code code
 

Additional Inherited Members

- Protected Attributes inherited from ctoon::error
std::string msg_
 

Detailed Description

Definition at line 127 of file ctoon.hpp.

Constructor & Destructor Documentation

◆ write_error()

ctoon::write_error::write_error ( const ctoon_write_err &  e)
inlineexplicit

Definition at line 130 of file ctoon.hpp.

◆ ~write_error()

virtual ctoon::write_error::~write_error ( )
inlinevirtual

Definition at line 132 of file ctoon.hpp.

Member Data Documentation

◆ code

ctoon_write_code ctoon::write_error::code

Definition at line 129 of file ctoon.hpp.


The documentation for this class was generated from the following file: