DCL
3.7.4
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
#if __DCL_HAVE_THIS_FILE__
13
#undef __THIS_FILE__
14
static
const
char_t
__UNUSED__
__THIS_FILE__
[] =
__T
(
"dcl/InputStream.cpp"
);
15
#endif
16
17
IMPLEMENT_CLASSINFO
(
InputStream
,
Object
)
18
19
size_t
InputStream::available() const
20
__DCL_THROWS1
(
IOException
*)
21
{
22
return
0;
23
}
24
25
void
InputStream::close()
26
__DCL_THROWS1
(
IOException
*)
27
{
28
29
}
30
31
__DCL_END_NAMESPACE
__THIS_FILE__
#define __THIS_FILE__
Definition
_trace.h:14
__UNUSED__
#define __UNUSED__
Definition
Config.h:341
char_t
wchar_t char_t
Definition
Config.h:247
__DCL_THROWS1
#define __DCL_THROWS1(e)
Definition
Config.h:152
InputStream.h
Object.h
IMPLEMENT_CLASSINFO
#define IMPLEMENT_CLASSINFO(class_name, base_class_name)
Definition
Object.h:245
__T
#define __T(str)
Definition
Object.h:60
IOException
Definition
Exception.h:93
InputStream
Definition
InputStream.h:23
Object
Definition
Object.h:135
src
DCLCore
InputStream.cpp
Generated by
1.14.0