Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::unit_test::ut_detail::ifstream_holder< CharT > Class Template Reference

#include <ifstream_line_iterator.hpp>

Inheritance diagram for boost::unit_test::ut_detail::ifstream_holder< CharT >:
Collaboration diagram for boost::unit_test::ut_detail::ifstream_holder< CharT >:

Public Member Functions

 ifstream_holder (basic_cstring< CharT const > file_name)
 
bool is_valid ()
 

Protected Types

typedef std::basic_ifstream
< CharT, std::char_traits
< CharT > > 
stream_t
 

Protected Attributes

stream_t m_stream
 

Member Typedef Documentation

template<typename CharT >
typedef std::basic_ifstream<CharT,std::char_traits<CharT> > boost::unit_test::ut_detail::ifstream_holder< CharT >::stream_t
protected

Constructor & Destructor Documentation

Member Function Documentation

template<typename CharT >
bool boost::unit_test::ut_detail::ifstream_holder< CharT >::is_valid ( )
inline

Member Data Documentation


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