OuterStatement Struct Reference
A fairly useless kind of statement that exists only to serve as the top level statement in a script. It is not "block" statement because it is not filterable.
More...
#include <muSED.h>
List of all members.
Detailed Description
A fairly useless kind of statement that exists only to serve as the top level statement in a script. It is not "block" statement because it is not filterable.
Definition at line 484 of file muSED.h.
Constructor & Destructor Documentation
Member Function Documentation
void adoptChild |
( |
Statement * |
newbie |
) |
[inherited] |
Take ownership of a new statement and schedule it for delete when *this is destructed.
Definition at line 444 of file muSED.h.
void clear |
( |
|
) |
[inherited] |
std::string debugPrefix |
( |
|
) |
const [inherited] |
static void debugPrint |
( |
Statement * |
p |
) |
[static, inherited] |
virtual std::string debugString |
( |
|
) |
const [virtual] |
Execute this statement on the specified context.
- Returns:
- true to indicate that the script should stop immediately.
Implements Statement.
Definition at line 533 of file muSED.cxx.
Member Data Documentation
The documentation for this struct was generated from the following files: