Class Hierarchy
AcIfstream
C++
class AcIfstream : public std::wifstream;
File
AcFStream.h
Description
Input stream AcIfstream is derived from std::ifstream in MBCS build, and std::wifstream in UNICODE build. Under UNICODE build AcIfstream overrides the open() method of it's base class and handles file paths in wide string.