#include <reader-blackbox-factory.h>
Public Types | |
typedef BlackboxArchetype< Vector > | BlackBox |
Public Methods | |
ReaderBlackBoxFactory () | |
ReaderBlackBoxFactory (Reader &R) | |
bool | reset (Reader &R) |
bool | isBlackBox () const |
bool | hasField () const |
int | whatType () const |
string | implDetail () const |
BlackBox * | makeBlackBox () |
template<class Field> BlackBox * | makeBlackBox (Field *F) |
template<class Field> void * | operator() (Field *F) |
Static Public Attributes | |
const int | Dense = 0 |
const int | Sparse = 1 |
const int | Special = 2 |
const int | NotBlackBox = 3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|