Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
#include <json.hpp>
Public Member Functions | |
template<typename AllocatorType = std::allocator<CharType>> | |
output_adapter (std::vector< CharType, AllocatorType > &vec) | |
output_adapter (std::basic_ostream< CharType > &s) | |
output_adapter (StringType &s) | |
operator output_adapter_t< CharType > () | |
detail::output_adapter< CharType, StringType >::output_adapter | ( | std::vector< CharType, AllocatorType > & | vec | ) |
detail::output_adapter< CharType, StringType >::output_adapter | ( | std::basic_ostream< CharType > & | s | ) |
detail::output_adapter< CharType, StringType >::output_adapter | ( | StringType & | s | ) |
detail::output_adapter< CharType, StringType >::operator output_adapter_t< CharType > | ( | ) |