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

#include <ctoon.hpp>

Public Member Functions

 write_options () CTOON_NOEXCEPT
 
write_optionswith_flag (write_flag f) CTOON_NOEXCEPT
 
write_optionswith_delimiter (delimiter d) CTOON_NOEXCEPT
 
write_optionswith_indent (int i) CTOON_NOEXCEPT
 
write_flag flag () const CTOON_NOEXCEPT
 
delimiter get_delimiter () const CTOON_NOEXCEPT
 
int indent () const CTOON_NOEXCEPT
 
ctoon_write_options to_c () const CTOON_NOEXCEPT
 

Detailed Description

Definition at line 235 of file ctoon.hpp.

Constructor & Destructor Documentation

◆ write_options()

ctoon::write_options::write_options ( )
inline

Definition at line 237 of file ctoon.hpp.

Member Function Documentation

◆ flag()

write_flag ctoon::write_options::flag ( ) const
inline

Definition at line 244 of file ctoon.hpp.

◆ get_delimiter()

delimiter ctoon::write_options::get_delimiter ( ) const
inline

Definition at line 245 of file ctoon.hpp.

◆ indent()

int ctoon::write_options::indent ( ) const
inline

Definition at line 246 of file ctoon.hpp.

◆ to_c()

ctoon_write_options ctoon::write_options::to_c ( ) const
inline

Definition at line 248 of file ctoon.hpp.

References ctoon::to_c().

◆ with_delimiter()

write_options & ctoon::write_options::with_delimiter ( delimiter  d)
inline

Definition at line 241 of file ctoon.hpp.

◆ with_flag()

write_options & ctoon::write_options::with_flag ( write_flag  f)
inline

Definition at line 240 of file ctoon.hpp.

◆ with_indent()

write_options & ctoon::write_options::with_indent ( int  i)
inline

Definition at line 242 of file ctoon.hpp.


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