#include <acsutil.h>#include <baciExport.h>#include <baciTypes.h>#include <ace/SString.h>#include "baciValue.i"

Go to the source code of this file.
Classes | |
| class | baci::BACIValue |
Namespaces | |
| namespace | baci |
Defines | |
| #define | NOT_NULL_VALUE 0 |
| Value is not a null type value. | |
| #define | VALUE_NULL 1 |
| A null type value. | |
| #define | VALUE_UNINITIALIZED 2 |
| An uninitialized value. | |
| #define | VALUE_NONEXISTENT 3 |
| Value type not implemented by BACIValue. | |
Functions | |
| std::istream & | operator>> (std::istream &is, ACE_CString &data) |
Header file for BACI Values.
| #define NOT_NULL_VALUE 0 |
Value is not a null type value.
WhyNull return value definitions
| #define VALUE_NONEXISTENT 3 |
Value type not implemented by BACIValue.
| #define VALUE_NULL 1 |
A null type value.
| #define VALUE_UNINITIALIZED 2 |
An uninitialized value.
| std::istream& operator>> | ( | std::istream & | is, | |
| ACE_CString & | data | |||
| ) |
1.7.0