Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
#include <json.hpp>
Public Types | |
using | char_type = typename std::iterator_traits<IteratorType>::value_type |
Public Member Functions | |
iterator_input_adapter (IteratorType first, IteratorType last) | |
char_traits< char_type >::int_type | get_character () |
template<class T > | |
std::size_t | get_elements (T *dest, std::size_t count=1) |
Friends | |
template<typename BaseInputAdapter , size_t T> | |
struct | wide_string_input_helper |
using detail::iterator_input_adapter< IteratorType >::char_type = typename std::iterator_traits<IteratorType>::value_type |
detail::iterator_input_adapter< IteratorType >::iterator_input_adapter | ( | IteratorType | first, |
IteratorType | last ) |
char_traits< char_type >::int_type detail::iterator_input_adapter< IteratorType >::get_character | ( | ) |
std::size_t detail::iterator_input_adapter< IteratorType >::get_elements | ( | T * | dest, |
std::size_t | count = 1 ) |
|
friend |