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
11namespace BF {
12
13class Directory : public Path {
14 Directory(const char * path);
15 virtual ~Directory();
16};
17
18};
19
20#endif // DIRECTORY_HPP
21
Definition directory.hpp:13
Definition path.hpp:18
const char * path()
Definition path.cpp:24
Definition array.hpp:18