binarystream.h | 30 // binarystream implements part of the std::iostream interface as a 47 class binarystream { class in namespace:google_breakpad 49 explicit binarystream(ios_base::openmode which = ios_base::out|ios_base::in) function in class:google_breakpad::binarystream 51 explicit binarystream(const string &str, function in class:google_breakpad::binarystream 54 explicit binarystream(const char *str, size_t size, function in class:google_breakpad::binarystream 58 binarystream &operator>>(string &str); 59 binarystream &operator>>(uint8_t &u8); 60 binarystream &operator>>(uint16_t &u16); 61 binarystream &operator>>(uint32_t &u32); 62 binarystream &operator>>(uint64_t &u64) [all...] |