#include "itkMacro.h"
#include <cstdint>
#include <string>
Go to the source code of this file.
|
| ITKCommon_EXPORT double | itk::StringToDouble (const std::string &str, const char *context) |
| |
| ITKCommon_EXPORT float | itk::StringToFloat (const std::string &str, const char *context) |
| |
| ITKCommon_EXPORT std::int32_t | itk::StringToInt32 (const std::string &str, const char *context) |
| |
| ITKCommon_EXPORT std::int64_t | itk::StringToInt64 (const std::string &str, const char *context) |
| |
| ITKCommon_EXPORT std::uint32_t | itk::StringToUInt32 (const std::string &str, const char *context) |
| |
| ITKCommon_EXPORT std::uint64_t | itk::StringToUInt64 (const std::string &str, const char *context) |
| |