libcosmos
Linux C++ System Programming Library
Toggle main menu visibility
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
i
k
m
o
p
r
s
u
Typedefs
Enumerations
c
d
e
f
h
l
m
n
o
r
s
t
w
z
Enumerator
Related Symbols
Files
File List
File Members
All
Functions
Macros
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
FDFile.cxx
1
// cosmos
2
#include <cosmos/fs/FDFile.hxx>
3
4
namespace
cosmos {
5
6
FDFile::~FDFile() {
7
if
(!m_auto_close) {
8
// only close() here if we're not actually closing. This
9
// cannot fail. If we have to close() then let the base class
10
// destructor do that.
11
close
();
12
}
13
}
14
15
}
// end ns
cosmos::FDFile::close
void close() override
Close the current file object.
Definition
FDFile.hxx:62
src
fs
FDFile.cxx
Generated by
1.12.0