Last change
on this file since 1437 was
1437,
checked in by orlov, 17 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
440 bytes
|
Line | |
---|
1 | #ifndef __refal__Vector_hh__ |
---|
2 | #define __refal__Vector_hh__ |
---|
3 | |
---|
4 | #include <rf_core.hh> |
---|
5 | |
---|
6 | namespace refal |
---|
7 | { |
---|
8 | |
---|
9 | using namespace rfrt; |
---|
10 | |
---|
11 | namespace Vector |
---|
12 | { |
---|
13 | |
---|
14 | RF_DECL (Vector); |
---|
15 | |
---|
16 | RF_DECL (Vector_m_To_m_Exp); |
---|
17 | |
---|
18 | RF_DECL (Vector_m_Init); |
---|
19 | |
---|
20 | RF_DECL (Vector_m_Fill); |
---|
21 | |
---|
22 | RF_DECL (Vector_m_Length); |
---|
23 | |
---|
24 | RF_DECL (Vector_m_Ref); |
---|
25 | |
---|
26 | RF_DECL (Vector_m_Set); |
---|
27 | |
---|
28 | RF_DECL (Vector_m_Replace); |
---|
29 | |
---|
30 | RF_DECL (Subvector); |
---|
31 | |
---|
32 | RF_DECL (Subvector_m_Fill); |
---|
33 | |
---|
34 | } |
---|
35 | |
---|
36 | } |
---|
37 | |
---|
38 | #endif // __refal__Vector_hh__ |
---|
Note: See
TracBrowser
for help on using the repository browser.