#include <coproc.h>


Public Member Functions | |
| virtual void | write_xml (MIOFILE &) |
| COPROC_CUDA () | |
| virtual | ~COPROC_CUDA () |
| virtual void | description (char *) |
| void | clear () |
| int | parse (FILE *) |
Static Public Member Functions | |
| static const char * | get (COPROCS &) |
Public Attributes | |
| cudaDeviceProp | prop |
| COPROC_CUDA::COPROC_CUDA | ( | ) | [inline] |
| virtual COPROC_CUDA::~COPROC_CUDA | ( | ) | [inline, virtual] |
| void COPROC_CUDA::write_xml | ( | MIOFILE & | f | ) | [virtual] |
| const char * COPROC_CUDA::get | ( | COPROCS & | coprocs | ) | [static] |

| void COPROC_CUDA::description | ( | char * | p | ) | [virtual] |
Reimplemented from COPROC.
| void COPROC_CUDA::clear | ( | ) |

| int COPROC_CUDA::parse | ( | FILE * | fin | ) |


1.5.6