Public Member Functions | |
| KernelWriter (const std::string &observationFileName) | |
| Observation::Type | type () const |
| void | init () |
| void | reset () |
| NUKLEI_UNIQUE_PTR< Observation > | templateObservation () const |
| void | writeObservation (const Observation &o) |
| void | writeBuffer () |
Public Member Functions inherited from nuklei::ObservationWriter | |
| void | writeObservations (const KernelCollection &kc) |
Protected Attributes | |
| std::string | observationFileName_ |
| KernelCollection | kc_ |
Additional Inherited Members | |
Static Public Member Functions inherited from nuklei::ObservationWriter | |
| static NUKLEI_UNIQUE_PTR< ObservationWriter > | createWriter (const std::string &arg, const Observation::Type t) |
Definition at line 40 of file SerializedKernelObservationIO.h.