BIE::TypedBuffer_BoolArray Class Reference

Array of boolean values for CLI. More...

#include <TypedBuffer.h>

Inheritance diagram for BIE::TypedBuffer_BoolArray:
Collaboration diagram for BIE::TypedBuffer_BoolArray:

List of all members.

Public Member Functions

 TypedBuffer_BoolArray (BasicType *)
 Constructor with no value.
 TypedBuffer_BoolArray (BasicType *, vector< bool >)
 Constructor with an initial array.
vector< bool > getBoolArrayValue ()
 Get the array in the buffer.
bool getBoolArrayValue (int offset)
 Get the value of the array at offset.
void setBoolArrayValue (vector< bool >)
 Set the buffer's array.
void setBoolArrayValue (bool bv)
 Add a value to the array.
void setBoolArrayValue (int offset, bool bv)
 Add a value at a particular offset.
string toString ()
 Convert the array to a string for output.

Friends

class boost::serialization::access


Detailed Description

Array of boolean values for CLI.
The documentation for this class was generated from the following file:

Send suggestions, questions, and feedback to WEINBERG at ASTRO dot UMASS dot EDU.
Documentation generated at Fri Mar 26 00:35:13 2010 by doxygen