ReactOS 0.4.15-dev-7934-g1dc8d80
XMLStorage::tifstream Struct Reference

#include <xmlstorage.h>

Inheritance diagram for XMLStorage::tifstream:
Collaboration diagram for XMLStorage::tifstream:

Public Types

typedef std::ifstream super
 

Public Member Functions

 tifstream (const char *path)
 

Detailed Description

Definition at line 593 of file xmlstorage.h.

Member Typedef Documentation

◆ super

typedef std::ifstream XMLStorage::tifstream::super

Definition at line 595 of file xmlstorage.h.

Constructor & Destructor Documentation

◆ tifstream()

XMLStorage::tifstream::tifstream ( const char path)
inline

Definition at line 597 of file xmlstorage.h.

598 : super(path, std::ios::in|std::ios::binary)
599 {
600 }
std::ifstream super
Definition: xmlstorage.h:595

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