Foundation.h File Reference


Detailed Description

From the Poco C++ Libraries; used for ES40 for OpenVMS only, as Poco has dropped OpenVMS support.

Id
Foundation.h,v 1.1 2008/03/31 19:13:30 iamcamiel Exp

X-1.1 Camiel Vanderhoeven 31-MAR-2008 Adapted for use by the ES40 Emulator.

Definition in file Foundation.h.

#include "VMS/Platform_VMS.h"
#include "VMS/Bugcheck.h"
#include "VMS/Types.h"
#include <string>

Go to the source code of this file.

Defines

#define Foundation_API
#define POCO_JOIN(X, Y)   POCO_DO_JOIN(X, Y)
#define POCO_DO_JOIN(X, Y)   POCO_DO_JOIN2(X, Y)
#define POCO_DO_JOIN2(X, Y)   X##Y


Define Documentation

#define Foundation_API

Definition at line 80 of file Foundation.h.

#define POCO_DO_JOIN ( X,
 )     POCO_DO_JOIN2(X, Y)

Definition at line 99 of file Foundation.h.

#define POCO_DO_JOIN2 ( X,
 )     X##Y

Definition at line 100 of file Foundation.h.

#define POCO_JOIN ( X,
 )     POCO_DO_JOIN(X, Y)

Definition at line 98 of file Foundation.h.


SourceForge.net Logo
Project space on SourceForge.net