Commit 1141197803f38aefede3a9a9770b673d00b80a9e
- Diff rendering mode:
- inline
- side by side
stlport/stl/_num_put.h
(0 / 3)
|   | |||
| 141 | 141 | char* _STLP_CALL | |
| 142 | 142 | __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x); | |
| 143 | 143 | ||
| 144 | void _STLP_CALL __string_to_float(const string&, float&); | ||
| 145 | void _STLP_CALL __string_to_float(const string&, double&); | ||
| 146 | 144 | /* | |
| 147 | 145 | * Returns the position on the right of the digits that has to be considered | |
| 148 | 146 | * for the application of the grouping policy. | |
| 149 | 147 | */ | |
| 150 | 148 | extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, double); | |
| 151 | 149 | # if !defined (_STLP_NO_LONG_DOUBLE) | |
| 152 | void _STLP_CALL __string_to_float(const string&, long double&); | ||
| 153 | 150 | extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, long double); | |
| 154 | 151 | # endif | |
| 155 | 152 |

