CAtlFileMapping Class

This class represents a memory-mapped file, adding a cast operator to the methods of CAtlFileMappingBase.

Important

This class and its members cannot be used in applications that execute in the Windows Runtime.

template < 
typename T= char 
> 
class CAtlFileMapping : 
public CAtlFileMappingBase

Parameters

  • T
    The type of data used for the cast operator.

Members

Public Operators

Name

Description

CAtlFileMapping::operator T*

Allows implicit conversion of CAtlFileMapping objects to T*.

Remarks

This class adds a single cast operator to allow implicit conversion of CAtlFileMapping objects to T*****. Other members are supplied by the base class, CAtlFileMappingBase.

Inheritance Hierarchy

CAtlFileMappingBase

CAtlFileMapping

Requirements

Header: atlfile.h

See Also

Reference

CAtlFileMappingBase Class

Other Resources

ATL Class Overview