Typedefs | Functions
ie_unicode.hpp File Reference

This is a header file with common inference engine definitions. More...

#include <algorithm>
#include <cstdlib>
#include <memory>
#include <ostream>
#include <string>
#include <vector>

Go to the source code of this file.

Typedefs

typedef char tchar
 
typedef std::string file_name_t
 

Functions

std::string InferenceEngine::fileNameToString (const file_name_t &str)
 Conversion from possibly-wide character string to a single-byte chain. More...
 
file_name_t InferenceEngine::stringToFileName (const std::string &str)
 Conversion from single-byte character string to a possibly-wide one. More...
 

Detailed Description

This is a header file with common inference engine definitions.

Function Documentation

◆ fileNameToString()

std::string InferenceEngine::fileNameToString ( const file_name_t &  str)
inline

Conversion from possibly-wide character string to a single-byte chain.

Deprecated:
Use OS-native conversion utilities

◆ stringToFileName()

file_name_t InferenceEngine::stringToFileName ( const std::string &  str)
inline

Conversion from single-byte character string to a possibly-wide one.

Deprecated:
Use OS-native conversion utilities