IEC61970 16v29a - SINERGIEN 20170705
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
•
All
Classes
Variables
20170705
refactored
IEC61970
Base
Domain
String.h
1
// String.h
3
// Implementation of the Class String
5
6
#ifndef STRING_H
7
#define STRING_H
8
9
#include <string>
10
11
namespace
IEC61970
12
{
13
namespace
Base
14
{
15
namespace
Domain
16
{
21
typedef
std::string String;
22
23
}
24
25
}
26
27
}
28
#endif // STRING_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13