NuDB Logo

PrevUpHomeNext

posix_file::posix_file

Constructor.

posix_file();

Copy constructor (disallowed)

posix_file(
    posix_file const&);

Move constructor.

posix_file(
    posix_file&&);

PrevUpHomeNext