Description not yet available. More...
#include "fvar.hpp"
Go to the source code of this file.
Defines | |
#define | EXTRACT_IMPLEMENT(TYPE) |
#define | INSERT_IMPLEMENT(TYPE) |
Description not yet available.
Definition in file ufstream.cpp.
#define EXTRACT_IMPLEMENT | ( | TYPE | ) |
uistream& uistream::operator>> (const TYPE& x) \ { \ read((char*)&x, sizeof(TYPE)); \ return *this; \ }
Definition at line 20 of file ufstream.cpp.
#define INSERT_IMPLEMENT | ( | TYPE | ) |
uostream& uostream::operator<< (TYPE x) \ { \ write((char*)&x, sizeof(TYPE)); \ return *this; \ }
Definition at line 13 of file ufstream.cpp.
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0 |