BFLibCPP
0.1
CPP Library
Loading...
Searching...
No Matches
directory.hpp
Go to the documentation of this file.
1
6
#ifndef DIRECTORY_HPP
7
#define DIRECTORY_HPP
8
9
#include "
path.hpp
"
10
11
namespace
BF
{
12
13
class
Directory
:
public
Path
{
14
Directory
(
const
char
*
path
);
15
virtual
~Directory
();
16
};
17
18
};
19
20
#endif
// DIRECTORY_HPP
21
BF::Directory
Definition
directory.hpp:13
BF::Path
Definition
path.hpp:18
BF::Path::path
const char * path()
Definition
path.cpp:24
BF
Definition
array.hpp:18
path.hpp
libs
bflibcpp
src
directory.hpp
Generated by
1.11.0