ReactOS 0.4.15-dev-7942-gd23573b
XMLStorage::tofstream Struct Reference

#include <xmlstorage.h>

Inheritance diagram for XMLStorage::tofstream:
Collaboration diagram for XMLStorage::tofstream:

Public Types

typedef std::ofstream super
 

Public Member Functions

 tofstream (const char *path)
 

Detailed Description

Definition at line 603 of file xmlstorage.h.

Member Typedef Documentation

◆ super

typedef std::ofstream XMLStorage::tofstream::super

Definition at line 605 of file xmlstorage.h.

Constructor & Destructor Documentation

◆ tofstream()

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

Definition at line 607 of file xmlstorage.h.

608 : super(path, std::ios::out|std::ios::binary)
609 {
610 }
std::ofstream super
Definition: xmlstorage.h:605

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