bornintelligent / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

String manipulation utilities for Mac #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Functions to:
- Convert a CFStringRef to std::string
- Convert a substring from a std::string to an integer
- Convert a hexadecimal std::string to an integer

These functions are used by the minidump generator and Mac tools.

Original issue reported on code.google.com by waylonis on 19 Dec 2006 at 12:28

Attachments:

GoogleCodeExporter commented 9 years ago
Removed hex->int converter.  Submitted to revision 96.

Original comment by waylonis on 19 Dec 2006 at 10:12