Last change
on this file since 1397 was
1397,
checked in by luba, 17 years ago
|
- Library files modified for cygwin.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
422 bytes
|
Line | |
---|
1 | #ifndef __refal__Bit_hh__ |
---|
2 | #define __refal__Bit_hh__ |
---|
3 | |
---|
4 | #include <rf_core.hh> |
---|
5 | |
---|
6 | namespace refal |
---|
7 | { |
---|
8 | |
---|
9 | using namespace rfrt; |
---|
10 | |
---|
11 | namespace Bit |
---|
12 | { |
---|
13 | |
---|
14 | RF_DECL (Bit_m_Or); |
---|
15 | |
---|
16 | RF_DECL (Bit_m_And); |
---|
17 | |
---|
18 | RF_DECL (Bit_m_Xor); |
---|
19 | |
---|
20 | RF_DECL (Bit_m_Not); |
---|
21 | |
---|
22 | RF_DECL (Bit_m_Left); |
---|
23 | |
---|
24 | RF_DECL (Bit_m_Right); |
---|
25 | |
---|
26 | RF_DECL (Bit_m_Test); |
---|
27 | |
---|
28 | RF_DECL (Bit_m_Set); |
---|
29 | |
---|
30 | RF_DECL (Bit_m_Clear); |
---|
31 | |
---|
32 | RF_DECL (Bit_m_Length); |
---|
33 | |
---|
34 | RF_DECL (Bit_m_Print); |
---|
35 | |
---|
36 | |
---|
37 | } |
---|
38 | |
---|
39 | } |
---|
40 | |
---|
41 | #endif // __refal__Bit_hh__ |
---|
Note: See
TracBrowser
for help on using the repository browser.