#include <Factory.h>
Public Member Functions | |
| Factory (const char *name) | |
| virtual dabc::Transport * | CreateTransport (dabc::Reference port, const char *typ, dabc::Command cmd) |
| virtual dabc::DataInput * | CreateDataInput (const char *typ) |
Definition at line 23 of file Factory.h.
| fasp::Factory::Factory | ( | const char * | name | ) |
Definition at line 28 of file Factory.cxx.
| dabc::DataInput * fasp::Factory::CreateDataInput | ( | const char * | typ | ) | [virtual] |
Definition at line 56 of file Factory.cxx.
| dabc::Transport * fasp::Factory::CreateTransport | ( | dabc::Reference | port, | |
| const char * | typ, | |||
| dabc::Command | cmd | |||
| ) | [virtual] |
Definition at line 34 of file Factory.cxx.
References fasp::Transport::IsRawSocket().
1.7.1