Typedefs | Functions
ie_unicode.hpp File Reference

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

#include <algorithm>
#include <cstdlib>
#include <details/ie_exception.hpp>
#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.
 
file_name_t InferenceEngine::stringToFileName (const std::string &str)
 Conversion from single-byte character string to a possibly-wide one.
 

Detailed Description

This is a header file with common inference engine definitions.