#include <Y2CCStdio.h>
Inheritance diagram for Y2CCStdio:
Public Member Functions | |
Y2CCStdio (bool creates_servers, bool to_stderr) | |
bool | isServerCreator () const |
Y2Component * | create (const char *name) const |
Y2Component * | provideNamespace (const char *name_space) |
Private Attributes | |
bool | creates_servers |
bool | to_stderr |
|
|
|
Override this method to implement the actual creating of the component. You must use the symbol and the signature of the term to decide, which component is to be created. If you are not able to create a matching component, return 0. Reimplemented from Y2ComponentCreator. |
|
Specifies, whether this creator creates Y2Servers. Implements Y2ComponentCreator. |
|
Importing a namespace from a stdio subcomponent is not possible. Reimplemented from Y2ComponentCreator. |
|
If true, creates only the "cat" component, if false only the "stdio". |
|
true, if stderr component should be created |