WPILib 2012
WPILibRoboticsLibraryforFRC
|
Public Member Functions | |
void | Offer (TransactionStart *value) |
void | Offer (TransactionEnd *value) |
void | Offer (Data *value, bool needsDelete=false) |
void | Offer (std::auto_ptr< Data > value) |
bool | IsEmpty () |
bool | ContainsKey (Key *key) |
std::pair< Data *, bool > | Poll () |
void | Clear () |
Data * | Peek () |
DataQueue_t::const_iterator | GetQueueHead () |
bool | IsQueueEnd (DataQueue_t::const_iterator it) |