Public Member Functions

fasp::Factory Class Reference

#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)

Detailed Description

Definition at line 23 of file Factory.h.


Constructor & Destructor Documentation

fasp::Factory::Factory ( const char *  name  ) 

Definition at line 28 of file Factory.cxx.


Member Function Documentation

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().


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