p6xpathatomized.h

Go to the documentation of this file.
00001 
00010 #ifndef P6XPATHATOMIZED_H__
00011 #define P6XPATHATOMIZED_H__ 1
00012 
00013 namespace P6R { 
00014 
00015 #ifdef  __cplusplus
00016 extern "C" {
00017 #endif
00018 
00034 typedef struct 
00035 {
00036    P6R::P6XPATH_TYPE   type;        // which type is used?
00037    const P6R::P6WCHAR* pString;     //  
00038    P6R::P6UINT32       strLength;   // length of the string pString
00039    P6R::P6BOOL         bResult;       
00040    P6R::P6INT32        iResult;       
00041    P6R::P6FLOAT        fResult;       
00042    P6R::p6IXpathTime*  ptResult;      
00043    P6R::P6INT64        lResult;       
00044 } P6XPATH_ATOMIZED;
00045 
00046 #ifdef  __cplusplus
00047 }
00048 #endif
00049 
00050 } // namespace
00051 
00052 
00053 #endif
00054 
00055 
00056 
00057 
00058 
00059 
00060 
00061 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.