Pol
Revision:cb584c9
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
filecont.h
Go to the documentation of this file.
1
#ifndef CLIB_FILECONT_H
2
#define CLIB_FILECONT_H
3
4
#include <string>
5
namespace
Pol
6
{
7
namespace
Clib
8
{
12
class
FileContents
13
{
14
public
:
15
FileContents
(
const
char
* filname );
16
17
const
char
*
contents
()
const
;
18
void
set_contents
(
const
std::string& str );
19
20
private
:
21
std::string
contents_
;
22
};
23
}
24
}
25
#endif
Pol::Clib::FileContents::contents
const char * contents() const
Definition:
filecont.cpp:46
Pol::Clib::FileContents::contents_
std::string contents_
Definition:
filecont.h:21
Pol::Clib::FileContents::FileContents
FileContents(const char *filname)
Definition:
filecont.cpp:23
Pol::Clib::FileContents
Definition:
filecont.h:12
Pol::Clib::FileContents::set_contents
void set_contents(const std::string &str)
Definition:
filecont.cpp:54
Pol
Definition:
berror.cpp:12
clib
filecont.h
Generated on Wed Oct 10 2018 02:41:47 for Pol by
1.8.11