This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 boost::nowide::args | Args is a class that fixes standard main() function arguments and changes them to UTF-8 under Microsoft Windows |
 boost::nowide::basic_filebuf< CharType, Traits > | This forward declaration defined the basic_filebuf type |
 basic_iostream | |
  boost::nowide::basic_fstream< CharType, Traits > | Same as std::basic_fstream<char> but accepts UTF-8 strings under Windows |
 basic_istream | |
  boost::nowide::basic_ifstream< CharType, Traits > | Same as std::basic_ifstream<char> but accepts UTF-8 strings under Windows |
 basic_ostream | |
  boost::nowide::basic_ofstream< CharType, Traits > | Same as std::basic_ofstream<char> but accepts UTF-8 strings under Windows |
 boost::nowide::basic_stackstring< CharOut, CharIn, BufferSize > | A class that allows to create a temporary wide or narrow UTF strings from wide or narrow UTF source |
 boost::nowide::basic_stackstring< char, wchar_t, 256 > | |
 basic_streambuf | |
  boost::nowide::basic_filebuf< char > | This is implementation of std::filebuf |
 codecvt | |
  boost::nowide::utf8_codecvt< CharType, 2 > | |
  boost::nowide::utf8_codecvt< CharType, 4 > | |
 boost::nowide::utf8_codecvt< CharType, CharSize > | |