|
Programming Languages
|
Simple XML Persistence Library
| A lightweight C++ library for object serialization in XML. [Open Source] |
#include "sxp.h" namespace SXP { // std::string TagHashtable ...
| #include "sxp.h" namespace SXP { // std::string TagHashtable::table[HTSIZE]; TagHashtable *g_pHashTable = 0; // add the tag to the table right on ... |
#if !defined(__SXP__H) #define __SXP__H // expat #include "expat.h ...
| #if !defined(__SXP__H) #define __SXP__H // expat #include "expat.h" #if defined(_MSC_VER) // link expat lib too #pragma warning(disable: 4786) # pragma ... |
In this example the use of SXP for maintaing simple configuration ...
| // In this example the use of SXP for maintaing simple configuration // files is demonstrated. // Suppose you have an application which needs some type of ... |
This sample demonstrates the use of SXP for persisting more ...
| // This sample demonstrates the use of SXP for persisting more complex // data structures, consisting of a lot of objects referencing each other. ... |
this file is included by sxp.h // here "cleanly" separated is the ...
| // this file is included by sxp.h // here "cleanly" separated is the functionality for converting // between char * data and simple data types // adding ... |
{0} 134708208 {1} 134709176 134709176 134708208 134708288 ...
| File Format: Unrecognized - {0} 134708208 {1} 134709176 134709176 134708208 134708288 134709216 134707368 134707368 {2} 134708208 134708248 134707368 134712072 134707368 134709176 {3} ... |
8 1 0 c:\my documents\doc1.ext c:\my documents\doc10.ext \\serv1 ...
| File Format: Unrecognized - 8 1 0 c:\my documents\doc1.ext c:\my documents\doc10. ext \\serv1\share1\users\yourself\readme.ext 80 80 640 480 1 120 400 400 80 1 400 300 400 300 0. |
Copyright © 2002-2006, websy.net All Rights Reserved.