clingo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Member Functions | Protected Attributes | List of all members
bk_lib::detail::input_from_string< T, Traits > Class Template Reference

#include <string_convert.h>

Inheritance diagram for bk_lib::detail::input_from_string< T, Traits >:
Inheritance graph
Collaboration diagram for bk_lib::detail::input_from_string< T, Traits >:
Collaboration graph

Public Member Functions

 input_from_string (const_pointer_type p, size_t size)
 
pos_type seekoff (off_type offset, std::ios_base::seekdir dir, std::ios_base::openmode which)
 
pos_type seekpos (pos_type offset, std::ios_base::openmode which)
 

Protected Attributes

pointer_type buffer_
 
size_t size_
 

Constructor & Destructor Documentation

template<class T , class Traits = std::char_traits<T>>
bk_lib::detail::input_from_string< T, Traits >::input_from_string ( const_pointer_type  p,
size_t  size 
)
inlineexplicit

Member Function Documentation

template<class T , class Traits = std::char_traits<T>>
pos_type bk_lib::detail::input_from_string< T, Traits >::seekoff ( off_type  offset,
std::ios_base::seekdir  dir,
std::ios_base::openmode  which 
)
inline

Here is the call graph for this function:

template<class T , class Traits = std::char_traits<T>>
pos_type bk_lib::detail::input_from_string< T, Traits >::seekpos ( pos_type  offset,
std::ios_base::openmode  which 
)
inline

Member Data Documentation

template<class T , class Traits = std::char_traits<T>>
pointer_type bk_lib::detail::input_from_string< T, Traits >::buffer_
protected
template<class T , class Traits = std::char_traits<T>>
size_t bk_lib::detail::input_from_string< T, Traits >::size_
protected

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