structures.h

Classes

file -- Definition of file struct used in ApplicationObject parameter passing (full description)

struct file

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)

Description

or

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Template Type Argument Requirements (T)

Thrown Exceptions

To Do

Member Description

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)