LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
task-register.cc File Reference

Implementation of task::TaskRegister. More...

#include <cstring>
#include <algorithm>
#include <map>
#include <stack>
#include <functional>
#include <argp.h>
#include <common.hh>
#include <misc/algorithm.hh>
#include <task/task.hh>
#include <task/disjunctive-task.hh>
#include <task/task-register.hh>
Include dependency graph for task-register.cc:

Classes

struct  task::char_ptr_less
 'char*' lower-than functor. More...

Namespaces

namespace  task
 Handling of Task.

Functions

static error_t task::parse_opt (int key, char *arg, argp_state *state)

Detailed Description

Implementation of task::TaskRegister.