ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
ufstream.cpp File Reference

(Last Changed on February 03, 2016 for git-revision adfaf1d3aa3f83dada38d53846c4b1a770156835.)

Description not yet available. More...

#include "fvar.hpp"

Go to the source code of this file.

Macros

#define EXTRACT_IMPLEMENT(TYPE)
 
#define INSERT_IMPLEMENT(TYPE)
 

Detailed Description

Description not yet available.

Definition in file ufstream.cpp.

Macro Definition Documentation

#define EXTRACT_IMPLEMENT (   TYPE)
Value:
{ \
read((char*)&x, sizeof(TYPE)); \
return *this; \
}
void read(const test_smartlist &, void *, int nsize)
#define x
Description not yet available.
Definition: fvar.hpp:3516
uistream & operator>>(int &)
Definition: ufstream.cpp:59

Definition at line 20 of file ufstream.cpp.

#define INSERT_IMPLEMENT (   TYPE)
Value:
{ \
write((char*)&x, sizeof(TYPE)); \
return *this; \
}
#define x
uostream & operator<<(signed char)
Description not yet available.
Definition: fvar.hpp:3398
void write(const test_smartlist &, void *, int nsize)

Definition at line 13 of file ufstream.cpp.