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
Reference counted smart pointer classes.
serialisation descriptor
serialisation for standard containers
serialisation for dynamic structures (graphs/trees and so on)