|
Leonardus
|
Semantic Object File - data member class. More...
Collaboration diagram for SOF::SOFData:Public Member Functions | |
| ~SOFData () | |
| Dtor. | |
Public Attributes | |
| FILE * | file_ {} |
| The C FILE. | |
| std::string | name_ {} |
| The file name. | |
| std::string | mode_ {} |
| The file open mode. | |
Semantic Object File - data member class.
To enable shared_ptr<> and a close of the file with the last instance.
| FILE* SOF::SOFData::file_ {} |
The C FILE.
Owned by the shared_ptr.