structures.h
Classes
- file -- Definition of file struct used in ApplicationObject parameter passing (full description)
Interface
- file() : file_name("")
file(const file &other) : file_name(other.file_name)
file &operator=(const file &other)
~file()
file(const String &filename) : file_name(filename)
file(const char* filename) : file_name(filename)
or
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
- SomeClass
- SomeOtherClass
- some concept
Etymology
Synopsis
Example
Motivation
Template Type Argument Requirements (T)
Thrown Exceptions
To Do
- add this feature
- fix this bug
- start discussion of this possible extension
Member Description
file() : file_name("")
file(const file &other) : file_name(other.file_name)
file &operator=(const file &other)
file(const String &filename) : file_name(filename)
file(const char* filename) : file_name(filename)