#include <coproc.h>

Public Member Functions | |
| virtual void | write_xml (MIOFILE &) |
| COPROC (const char *t) | |
| virtual void | description (char *) |
| virtual | ~COPROC () |
| int | parse (MIOFILE &) |
Public Attributes | |
| char | type [256] |
| int | count |
| int | used |
| void * | owner [MAX_COPROC_INSTANCES] |
| COPROC::COPROC | ( | const char * | t | ) | [inline] |
| virtual COPROC::~COPROC | ( | ) | [inline, virtual] |
| void COPROC::write_xml | ( | MIOFILE & | f | ) | [virtual] |
Reimplemented in COPROC_CUDA.


| virtual void COPROC::description | ( | char * | ) | [inline, virtual] |
| int COPROC::parse | ( | MIOFILE & | fin | ) |


| char COPROC::type[256] |
| int COPROC::count |
| int COPROC::used |
| void* COPROC::owner[MAX_COPROC_INSTANCES] |
1.5.6