#include <string.h>#include "debug.hpp"#include "output_null.hpp"Include dependency graph for output.cpp:

Go to the source code of this file.
Defines | |
| #define | TRY_CONTEXT(context_type) |
Functions | |
| IOutputContext* | OpenContext (const char *device, const char *parameters) |
| void | ParseParameters (const char *parameter_string, ParameterList ¶meters) |
|
|
Value: context = TryOutputContext<context_type>(parameters); \
if (context) { \
return context; \
}
Referenced by OpenContext().
|
|
|
Definition at line 48 of file output.cpp. |
|
|
Definition at line 129 of file output.cpp. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001