DCL 4.0
Loading...
Searching...
No Matches
Reader.h
Go to the documentation of this file.
1#ifndef __DCL_READER_H__
2#define __DCL_READER_H__ 20080606
3
4#ifndef __DCL_OBJECT_H__
5#include <dcl/Object.h>
6#endif
7#ifndef __DCL_EXCEPTION_H__
8#include <dcl/Exception.h>
9#endif
10#ifndef __DCL_STRING_H__
11#include <dcl/String.h>
12#endif
13
14__DCL_BEGIN_NAMESPACE
15
24class DCLCAPI Reader : public Object
25{
27public:
32 virtual void close()
34
40 virtual size_t read(wchar_t* _buf, size_t _n)
42};
43
44__DCL_END_NAMESPACE
45
46#endif // __DCL_READER_H__
#define DCLCAPI
Definition Config.h:100
#define __DCL_THROWS1(e)
Definition Config.h:167
#define DECLARE_CLASSINFO(class_name)
Definition Object.h:210
Object()
Definition Object.cpp:183