GRASP rci-qed
Functions
cpptoml::detail Namespace Reference

Functions

template<class T >
std::shared_ptr< T > make_element ()
 
template<>
std::shared_ptr< arraymake_element< array > ()
 
template<>
std::shared_ptr< table_arraymake_element< table_array > ()
 
template<>
std::shared_ptr< tablemake_element< table > ()
 
std::istream & getline (std::istream &input, std::string &line)
 

Function Documentation

◆ getline()

std::istream& cpptoml::detail::getline ( std::istream &  input,
std::string &  line 
)
inline
Here is the caller graph for this function:

◆ make_element()

template<class T >
std::shared_ptr<T> cpptoml::detail::make_element ( )
inline

◆ make_element< array >()

template<>
std::shared_ptr<array> cpptoml::detail::make_element< array > ( )
inline
Here is the call graph for this function:

◆ make_element< table >()

template<>
std::shared_ptr<table> cpptoml::detail::make_element< table > ( )
inline
Here is the call graph for this function:

◆ make_element< table_array >()

template<>
std::shared_ptr<table_array> cpptoml::detail::make_element< table_array > ( )
inline
Here is the call graph for this function: