|
|
template<typename T > |
| bool | Parse (const std::string &content, T *value) |
| |
|
template<> |
| C10_EXPORT bool | Parse (const string &content, string *value) |
| |
|
template<> |
| C10_EXPORT bool | Parse (const string &content, int *value) |
| |
|
template<> |
| C10_EXPORT bool | Parse (const string &content, int64_t *value) |
| |
|
template<> |
| C10_EXPORT bool | Parse (const string &content, double *value) |
| |
|
template<> |
| C10_EXPORT bool | Parse (const string &content, bool *value) |
| |
Definition at line 160 of file Flags.h.
The documentation for this class was generated from the following files: