Public Types | Public Member Functions | List of all members
CommandSequence< T > Class Template Reference

A base class for Script and Program. More...

#include <Program.h>

Inheritance diagram for CommandSequence< T >:
Inheritance graph
[legend]
Collaboration diagram for CommandSequence< T >:
Collaboration graph
[legend]

Public Types

typedef T entry_t
 
typedef std::list< T > list_t
 

Public Member Functions

 operator bool ()
 Check if this routine is defined.
 

Detailed Description

template<class T>
class drain::CommandSequence< T >

A base class for Script and Program.


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