Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
OutFileStream.h
1
/*
2
* $Id$
3
* OutFileStream class interface
4
*
5
* This file is part of OTAWA
6
* Copyright (c) 2007-8, IRIT UPS.
7
*
8
* OTAWA is free software; you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License as published by
10
* the Free Software Foundation; either version 2 of the License, or
11
* (at your option) any later version.
12
*
13
* OTAWA is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License
19
* along with OTAWA; if not, write to the Free Software
20
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
*/
22
#ifndef ELM_IO_OUTFILESTREAM_H
23
#define ELM_IO_OUTFILESTREAM_H
24
25
#include <elm/string.h>
26
#include <elm/sys/SystemIO.h>
27
#include <elm/sys/Path.h>
28
29
namespace
elm
{
namespace
io {
30
31
// OutFileStream class
32
class
OutFileStream
:
public
sys::SystemOutStream {
33
public
:
34
OutFileStream
(
const
char
*path);
35
OutFileStream
(
const
Path
& path);
36
virtual
~OutFileStream
(
void
);
37
bool
isReady
(
void
);
38
39
void
close
();
40
};
41
42
} }
// elm::io
43
44
#endif // ELM_IO_OUTFILESTREAM_H
elm::sys::Path
Definition:
Path.h:33
elm::io::OutFileStream::isReady
bool isReady(void)
elm
Definition:
adapter.h:26
elm::io::OutFileStream::~OutFileStream
virtual ~OutFileStream(void)
Definition:
io_OutFileStream.cpp:92
elm::io::OutFileStream
Definition:
OutFileStream.h:32
elm::io::OutFileStream::OutFileStream
OutFileStream(const char *path)
elm::io::OutFileStream::close
void close()
Definition:
io_OutFileStream.cpp:99
include
elm
io
OutFileStream.h
Generated on Fri Jul 23 2021 11:32:45 for Elm by
1.8.17