Public Member Functions | |
rstream_t & | operator>> (symbol_t &e) |
rstream_t & | operator>> (unsigned short &x) |
rstream_t & | operator>> (short &x) |
rstream_t & | operator>> (unsigned &x) |
rstream_t & | operator>> (int &x) |
rstream_t (string_t const &fileName) | |
rstream_t (const char *buf, streamsize size) | |
Private Member Functions | |
template<typename type_t > | |
rstream_t & | do_read (type_t &x) |
Static Private Member Functions | |
static pair< const char *, streamsize > | getBuf (const char *fileName) |
Definition at line 130 of file objcopy.cpp.
rstream_t::rstream_t | ( | const char * | buf, | |
streamsize | size | |||
) | [inline] |
Definition at line 154 of file objcopy.cpp.
rstream_t::rstream_t | ( | string_t const & | fileName | ) | [inline] |
Definition at line 160 of file objcopy.cpp.
rstream_t& rstream_t::do_read | ( | type_t & | x | ) | [inline, private] |
Definition at line 134 of file objcopy.cpp.
Referenced by operator>>().
static pair<const char*, streamsize> rstream_t::getBuf | ( | const char * | fileName | ) | [inline, static, private] |
Definition at line 139 of file objcopy.cpp.
References _rstream_t::buf, and stop().
Definition at line 177 of file objcopy.cpp.
rstream_t& rstream_t::operator>> | ( | unsigned short & | x | ) | [inline] |
Definition at line 174 of file objcopy.cpp.
References do_read().
rstream_t& rstream_t::operator>> | ( | short & | x | ) | [inline] |
Definition at line 171 of file objcopy.cpp.
References do_read().
rstream_t& rstream_t::operator>> | ( | unsigned & | x | ) | [inline] |
Definition at line 168 of file objcopy.cpp.
References do_read().
rstream_t& rstream_t::operator>> | ( | int & | x | ) | [inline] |
Definition at line 165 of file objcopy.cpp.
References do_read().