Public Member Functions | Public Attributes
household_objects_database::DatabaseTaskIDTyped Class Reference

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

#include <database_task.h>

Inheritance diagram for household_objects_database::DatabaseTaskIDTyped:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DatabaseTaskIDTyped ()
 DatabaseTaskIDTyped (std::string function_field)

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 68 of file database_task.h.


Constructor & Destructor Documentation

Definition at line 73 of file database_task.h.

This constructor allows us to specify the name of the function, which can include any arguments inside it.

Definition at line 82 of file database_task.h.


Member Data Documentation

Definition at line 71 of file database_task.h.


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


household_objects_database
Author(s): Matei Ciocarlie, except for source files individually marked otherwise
autogenerated on Thu Aug 27 2015 13:24:24