#include <acsutil.h>
#include <baciExport.h>
#include <baciTypes.h>
#include <ace/SString.h>
#include "baciValue.i"
Include dependency graph for baciValue.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | baci |
Classes | |
class | baci::BACIValue |
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) |
|
Value is not a null type value. WhyNull return value definitions |
|
Value type not implemented by BACIValue.
|
|
A null type value.
|
|
An uninitialized value.
|
|
|