Last change
on this file since 2030 was
2030,
checked in by orlov, 15 years ago
|
- Fresh-generated libraries for C++.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
450 bytes
|
Line | |
---|
1 | #ifndef __Stream_hh__ |
---|
2 | #define __Stream_hh__ |
---|
3 | |
---|
4 | #include <rf_core.hh> |
---|
5 | |
---|
6 | namespace refal |
---|
7 | { |
---|
8 | |
---|
9 | using namespace rfrt; |
---|
10 | |
---|
11 | namespace Stream |
---|
12 | { |
---|
13 | |
---|
14 | RF_DECL (Stream); |
---|
15 | |
---|
16 | RF_DECL (Expr_m_Open); |
---|
17 | |
---|
18 | RF_DECL (File_m_Open); |
---|
19 | |
---|
20 | RF_DECL (File_m_Close); |
---|
21 | |
---|
22 | RF_DECL (StdIStream); |
---|
23 | |
---|
24 | RF_DECL (Getc); |
---|
25 | |
---|
26 | RF_DECL (Gets); |
---|
27 | |
---|
28 | RF_DECL (Ungets); |
---|
29 | |
---|
30 | RF_DECL (Scanc); |
---|
31 | |
---|
32 | RF_DECL (Get_m_Delim); |
---|
33 | |
---|
34 | RF_DECL (Get_m_Line); |
---|
35 | |
---|
36 | RF_DECL (Get_m_While); |
---|
37 | |
---|
38 | RF_DECL (End_m_of_m_Stream_q_); |
---|
39 | |
---|
40 | } |
---|
41 | |
---|
42 | } |
---|
43 | |
---|
44 | #endif // __Stream_hh__ |
---|
Note: See
TracBrowser
for help on using the repository browser.