DCL
4.0
Loading...
Searching...
No Matches
InputStream.cpp
Go to the documentation of this file.
1
2
#include <
dcl/Object.h
>
3
#include <
dcl/InputStream.h
>
4
5
#if __DCL_HAVE_ALLOC_DEBUG
6
#undef __DCL_ALLOC_LEVEL
7
#define __DCL_ALLOC_LEVEL __DCL_ALLOC_INTERNAL
8
#endif
9
10
__DCL_BEGIN_NAMESPACE
11
12
#undef __THIS_FILE__
13
static
const
char_t
__THIS_FILE__
[] =
__T
(
"dcl/InputStream.cpp"
);
14
15
IMPLEMENT_CLASSINFO
(
InputStream
,
Object
)
16
17
size_t
InputStream::available() const
18
__DCL_THROWS1
(
IOException
*)
19
{
20
return
0;
21
}
22
23
void
InputStream::close()
24
__DCL_THROWS1
(
IOException
*)
25
{
26
27
}
28
29
__DCL_END_NAMESPACE
__THIS_FILE__
#define __THIS_FILE__
Definition
_trace.h:14
char_t
wchar_t char_t
Definition
Config.h:275
__DCL_THROWS1
#define __DCL_THROWS1(e)
Definition
Config.h:167
InputStream.h
Object.h
IMPLEMENT_CLASSINFO
#define IMPLEMENT_CLASSINFO(class_name, base_class_name)
Definition
Object.h:228
__T
#define __T(str)
Definition
Object.h:44
IOException
Definition
Exception.h:93
InputStream
Definition
InputStream.h:23
Object
Definition
Object.h:118
src
DCLCore
InputStream.cpp
Generated by
1.14.0