compp::File Class Reference
#include <File.h>
Detailed Description
File Class.
Definition at line 30 of file File.h.
Constructor & Destructor Documentation
Destructor
Definition at line 18 of file File.cpp.
Constructor
Definition at line 26 of file File.cpp.
| compp::File::File |
( |
const std::string & |
FileName |
) |
|
Constructor
Definition at line 35 of file File.cpp.
Member Function Documentation
| void compp::File::Chmod |
( |
const std::string & |
FileName, |
|
|
mode_t |
mode | |
|
) |
| | [static] |
Sorry. Not implemented yet.
Definition at line 302 of file File.cpp.
| void compp::File::Chmod |
( |
mode_t |
val |
) |
|
| void compp::File::Create |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 97 of file File.cpp.
| void compp::File::Delete |
( |
const std::string & |
FileName |
) |
[static] |
| void compp::File::Delete |
( |
|
) |
|
Deletes the file from the file system.
Definition at line 125 of file File.cpp.
| bool compp::File::Exist |
( |
const std::string & |
FileName |
) |
[static] |
Sorry. Not implemented yet.
Definition at line 220 of file File.cpp.
| bool compp::File::IsReadable |
( |
const std::string & |
FileName |
) |
[static] |
Sorry. Not implemented yet.
Definition at line 234 of file File.cpp.
| bool compp::File::IsWriteable |
( |
const std::string & |
FileName |
) |
[static] |
Sorry. Not implemented yet.
Definition at line 227 of file File.cpp.
| void compp::File::Lock |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 112 of file File.cpp.
| void compp::File::OpenRD |
( |
|
) |
|
| void compp::File::OpenRW |
( |
|
) |
|
| void compp::File::OpenWR |
( |
|
) |
|
| void compp::File::SetGroupRD |
( |
const std::string & |
FileName |
) |
[static] |
Sorry. Not implemented yet.
Definition at line 259 of file File.cpp.
| void compp::File::SetGroupRD |
( |
|
) |
|
Sorry. Not implemented yet. Sorry. Not implemented yet.
Definition at line 181 of file File.cpp.
| void compp::File::SetGroupRW |
( |
const std::string & |
FileName |
) |
[static] |
Sorry. Not implemented yet.
Definition at line 271 of file File.cpp.
| void compp::File::SetGroupRW |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 193 of file File.cpp.
| void compp::File::SetGroupWR |
( |
const std::string & |
FileName |
) |
[static] |
Sorry. Not implemented yet.
Definition at line 265 of file File.cpp.
| void compp::File::SetGroupWR |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 187 of file File.cpp.
| void compp::File::SetName |
( |
const std::string & |
FileName |
) |
|
Set FileName
Definition at line 44 of file File.cpp.
| void compp::File::SetOthersRD |
( |
const std::string & |
FileName |
) |
[static] |
Sorry. Not implemented yet.
Definition at line 277 of file File.cpp.
| void compp::File::SetOthersRD |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 200 of file File.cpp.
| void compp::File::SetOthersRW |
( |
const std::string & |
FileName |
) |
[static] |
Sorry. Not implemented yet.
Definition at line 289 of file File.cpp.
| void compp::File::SetOthersRW |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 212 of file File.cpp.
| void compp::File::SetOthersWR |
( |
const std::string & |
FileName |
) |
[static] |
Sorry. Not implemented yet.
Definition at line 283 of file File.cpp.
| void compp::File::SetOthersWR |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 206 of file File.cpp.
| void compp::File::SetOwnerRD |
( |
const std::string & |
FileName |
) |
[static] |
Sorry. Not implemented yet.
Definition at line 241 of file File.cpp.
| void compp::File::SetOwnerRD |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 155 of file File.cpp.
| void compp::File::SetOwnerRW |
( |
const std::string & |
FileName |
) |
[static] |
Sorry. Not implemented yet.
Definition at line 253 of file File.cpp.
| void compp::File::SetOwnerRW |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 170 of file File.cpp.
| void compp::File::SetOwnerWR |
( |
const std::string & |
FileName |
) |
[static] |
Sorry. Not implemented yet.
Definition at line 247 of file File.cpp.
| void compp::File::SetOwnerWR |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 164 of file File.cpp.
| void compp::File::SetPerm |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 148 of file File.cpp.
| void compp::File::Truncate |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 83 of file File.cpp.
| void compp::File::UnLock |
( |
|
) |
|
Sorry. Not implemented yet.
Definition at line 118 of file File.cpp.
Field Documentation
The documentation for this class was generated from the following files:
- /home/fb/sf/compp/trunk/ComPP/include/ComPlusPlus/File.h
- /home/fb/sf/compp/trunk/ComPP/ComPlusPlus/File.cpp