Defines | |
#define | SP_ERROR_NO_SOURCE_FILE "No source file specified." |
#define | SP_ERROR_MISSING_PARAMETER "Missing parameter for option \"%s\"." |
#define | SP_ERROR_UNKNOWN_OPTION "Invalid option \"%s\"." |
#define | SP_ERROR_CANNOT_OPEN_FILE "Cannot open file \"%s\"." |
#define | SP_ERROR_TWO_FILES_GIVEN "Invalid command line - two source files given: \"%s\" and \"%s\"." |
#define | SP_ERROR_UNKNOWN_MAPPING_TYPE "Invalid classes' default mapping type \"%s\" specified." |
#define | SP_ERROR_SAME_NAMED_ATTRIBUTES "Two attributes with the same name \"%s\" found in class \"%s\"." |
#define | SP_NS_HELPER "IOPC SP doesn't currently support all namespace and nested class features.\n " |
#define | SP_ERROR_ADDING_PC_HAVE_NPC SP_NS_HELPER "Currently processed persistent capable class \"%s\" has the same name as one of allready seen non-persistent classes. Please rename one of them.\n %s : first definition of class \"%s\"." |
#define | SP_ERROR_ADDING_NPC_HAVE_PC SP_NS_HELPER "Currently processed non-persistent class \"%s\" has the same name as one of allready seen persistent capable classes. Please rename one of them.\n %s : first definition of class \"%s\"." |
#define | SP_ERROR_ADDING_PC_HAVE_PC SP_NS_HELPER "Currently processed persistent capable class \"%s\" has the same name as one of allready seen persistent capable classes. Please rename one of them.\n %s : first definition of class \"%s\"." |
#define | SP_ERROR_CANNOT_GET_ADDRESS "Cannot get address of persistent attribute \"%s\".\n (IOPC SP forbids this for performance reasons.)" |
#define | SP_ERROR_ILLEGAL_INDIRECTION "Illegal indirection (attribute \"%s\", class \"%s\")." |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|