STK++ 0.9.13
|
Specialization for String. More...
#include <STK_String.h>
Static Public Member Functions | |
static String | NA () throw () |
Adding a Non Available (NA) special String (the empty String) | |
static bool | isNA (String const &x) throw () |
Test if x is a Non Available (NA) String. | |
static bool | isInfinite (String const &x) throw () |
Test if x is infinite. | |
static bool | isFinite (String const &x) throw () |
Test if x is finite. | |
Static Public Attributes | |
static const bool | hasNA = true |
True if the type has a representation for a "Not Available.". | |
Specialization for String.
The STK fundamental type String use the empty String to represent NA String.
Definition at line 51 of file STK_String.h.
Test if x is finite.
x | the String to test. |
true
if x
not a NA string, false
otherwise Definition at line 71 of file STK_String.h.
References STK::Arithmetic< Type >::isNA().
Test if x is infinite.
x | the String to test. |
false
Definition at line 66 of file STK_String.h.
Test if x is a Non Available (NA) String.
x | the String to test. |
true
if x
is a NA String, false
otherwise Definition at line 61 of file STK_String.h.
References STK::Arithmetic< Type >::NA().
|
inlinestatic |
Adding a Non Available (NA) special String (the empty String)
Definition at line 54 of file STK_String.h.
|
static |
True if the type has a representation for a "Not Available.".
Definition at line 56 of file STK_String.h.