/[adonthell]/adonthell/src/base/flat.h
ViewVC logotype

Diff of /adonthell/src/base/flat.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by ksterker, Sun Jun 27 11:20:57 2004 UTC revision 1.8 by ksterker, Mon Oct 25 06:50:08 2004 UTC
# Line 30  Line 30 
30  #define BASE_FLAT  #define BASE_FLAT
31    
32  #include <stdio.h>  #include <stdio.h>
 #include "base/types.h"  
33  #include <string>  #include <string>
34  #include "base/endian.h"  #include "base/endian.h"
35  #include "python/callback_support.h"  #include "python/callback_support.h"
# Line 40  using std::string; Line 39  using std::string;
39  namespace base  namespace base
40  {  {
41      /**      /**
42       *       * This class can store basic data types in a way that helps to easily make
43         * that data persistent or transfer it over a network for later retrieval.
44         * As it can only cope with basic data types, objects must take care of saving
45         * and restoring the data correctly.
46       */       */
47      class flat      class flat
48      {      {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26