household_objects_database::DatabaseTaskID Class Reference

The ID of a task to be retrieved from the special get_mark_next_task() function. More...

#include <database_task.h>

List of all members.

Public Member Functions

 DatabaseTaskID ()

Public Attributes

database_interface::DBField< int > id_

Detailed Description

The ID of a task to be retrieved from the special get_mark_next_task() function.

This function will atomically acquire an ID from a task set to TO_RUN and mark it as RUNNING. After that is done, we can use the class below this one to recover the rest of the information about the task.

Definition at line 49 of file database_task.h.


Constructor & Destructor Documentation

household_objects_database::DatabaseTaskID::DatabaseTaskID (  )  [inline]

Definition at line 54 of file database_task.h.


Member Data Documentation

database_interface::DBField<int> household_objects_database::DatabaseTaskID::id_

Definition at line 52 of file database_task.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines


household_objects_database
Author(s): Matei Ciocarlie, except for source files individually marked otherwise
autogenerated on Fri Jan 11 09:52:55 2013