ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
uistream (const char *name, int mode=ios::in|ios::binary, int prot=0664) | |
Description not yet available. More... | |
uistream & | get (signed char *, int, char= '\n') |
uistream & | get (unsigned char *, int, char= '\n') |
uistream & | get (unsigned char &) |
uistream & | get (signed char &) |
int | get () |
uistream & | ignore (int=1, int=EOF) |
void | open (const char *name, int mode=ios::in|ios::binary, int prot=0664) |
Description not yet available. More... | |
uistream & | operator>> (int &) |
uistream & | operator>> (const signed char *) |
uistream & | operator>> (const unsigned char *) |
uistream & | operator>> (const unsigned char &) |
uistream & | operator>> (const signed char &) |
uistream & | operator>> (const short &) |
uistream & | operator>> (const int &) |
uistream & | operator>> (const long &) |
uistream & | operator>> (const unsigned short &) |
uistream & | operator>> (const unsigned int &) |
uistream & | operator>> (const unsigned long &) |
uistream & | operator>> (const float &) |
uistream & | operator>> (const double &) |
uistream & | operator>> (const char &) |
uistream::uistream | ( | const char * | name, |
int | m = ios::in | ios::binary , |
||
int | prot = 0664 |
||
) |
uistream& uistream::get | ( | signed char * | , |
int | , | ||
char | = '\n' |
||
) |
uistream& uistream::get | ( | unsigned char * | , |
int | , | ||
char | = '\n' |
||
) |
uistream& uistream::get | ( | unsigned char & | ) |
uistream& uistream::get | ( | signed char & | ) |
int uistream::get | ( | ) |
uistream& uistream::ignore | ( | int | = 1 , |
int | = EOF |
||
) |
void uistream::open | ( | const char * | name, |
int | m = ios::in | ios::binary , |
||
int | prot = 0664 |
||
) |
uistream & uistream::operator>> | ( | int & | x | ) |
Definition at line 59 of file ufstream.cpp.
uistream& uistream::operator>> | ( | const signed char * | ) |
uistream& uistream::operator>> | ( | const unsigned char * | ) |
uistream& uistream::operator>> | ( | const unsigned char & | ) |
uistream& uistream::operator>> | ( | const signed char & | ) |
uistream& uistream::operator>> | ( | const short & | ) |
uistream& uistream::operator>> | ( | const int & | ) |
uistream& uistream::operator>> | ( | const long & | ) |
uistream& uistream::operator>> | ( | const unsigned short & | ) |
uistream& uistream::operator>> | ( | const unsigned int & | ) |
uistream& uistream::operator>> | ( | const unsigned long & | ) |
uistream& uistream::operator>> | ( | const float & | ) |
uistream& uistream::operator>> | ( | const double & | ) |
uistream& uistream::operator>> | ( | const char & | ) |
Generated on Wed Sep 7 2022 00:01:35 for ADMB Documentation by 1.8.5 |