ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkStringConvert.h File Reference
#include "itkMacro.h"
#include <cstdint>
#include <string>
+ Include dependency graph for itkStringConvert.h:

Go to the source code of this file.

Namespaces

namespace  itk
 

Functions

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)