ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
fclasses
strng_errors.h
Go to the documentation of this file.
1
/* =================================================================================================
2
Copyright (c) 1999-2005 Unigraphics Solutions Inc.
3
Unpublished - All rights reserved
4
5
THIS PROGRAM IS AN UNPUBLISHED WORK FULLY PROTECTED BY THE UNITED STATES
6
COPYRIGHT LAWS AND IS CONSIDERED A TRADE SECRET BELONGING TO THE COPYRIGHT
7
HOLDER.
8
====================================================================================================*/
9
17
/* */
18
19
#ifndef STRNG_ERRORS_H
20
#define STRNG_ERRORS_H
21
22
#include <
common/emh_const.h
>
23
#include <fclasses/libfclasses_exports.h>
24
32
#define STRNG_not_a_double (EMH_STRNG_error_base + 1)
33
35
#define STRNG_not_a_date (EMH_STRNG_error_base + 2)
36
38
#define STRNG_use_date_format (EMH_STRNG_error_base + 3)
39
41
#define STRNG_not_a_char (EMH_STRNG_error_base + 4)
42
44
#define STRNG_not_a_logical (EMH_STRNG_error_base + 5)
45
47
#define STRNG_not_an_integer (EMH_STRNG_error_base + 6)
48
50
#define STRNG_integer_out_of_range (EMH_STRNG_error_base + 7)
51
52
55
#include <fclasses/libfclasses_undef.h>
56
#endif