WPILibC++  trunk
Public Member Functions | Static Public Attributes | List of all members
BooleanArray Class Reference
Inheritance diagram for BooleanArray:
Inheritance graph
[legend]
Collaboration diagram for BooleanArray:
Collaboration graph
[legend]

Public Member Functions

bool get (int index)
 
void set (int index, bool value)
 
void add (bool value)
 
- Public Member Functions inherited from ArrayData
 ArrayData (ArrayEntryType &type)
 
void remove (unsigned int index)
 
void setSize (unsigned int size)
 
unsigned int size ()
 
- Public Member Functions inherited from ComplexData
 ComplexData (ComplexEntryType &type)
 
ComplexEntryTypeGetType ()
 

Static Public Attributes

static const TypeId BOOLEAN_ARRAY_RAW_ID = 0x10
 
static ArrayEntryType TYPE
 

Additional Inherited Members

- Protected Member Functions inherited from ArrayData
EntryValue _get (unsigned int index)
 
void _set (unsigned int index, EntryValue value)
 
void _add (EntryValue value)
 

Detailed Description

Definition at line 15 of file BooleanArray.h.


The documentation for this class was generated from the following files: