Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
i
j
m
n
o
p
r
s
t
u
x
+
Functions
a
b
c
d
e
i
j
m
o
p
r
s
t
u
x
Variables
Typedefs
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
x
+
Variables
a
c
f
h
i
k
l
m
n
o
p
r
s
t
x
Typedefs
Related Functions
+
Files
File List
+
File Members
All
Functions
Macros
pack.h
1
/*
2
@copyright Russell Standish 2000-2013
3
@author Russell Standish
4
This file is part of EcoLab
5
6
Open source licensed under the MIT license. See LICENSE for details.
7
*/
8
9
// include wrapper that includes necessaries for the pack descriptor
10
// pack_stream is included in classdesc_epilogue if this file has been included
11
#ifndef PACK_H
12
#define PACK_H
13
#include "
pack_base.h
"
14
#include "
ref.h
"
15
#include <ref.cd>
16
#include "
pack_stl.h
"
17
#include "
pack_graph.h
"
18
#endif
ref.h
Reference counted smart pointer classes.
pack_base.h
serialisation descriptor
pack_stl.h
serialisation for standard containers
pack_graph.h
serialisation for dynamic structures (graphs/trees and so on)
include
pack.h
Generated by
1.8.13