ReactOS 0.4.15-dev-7842-g558ab78
ATL::StrTraitATL< _BaseType, StringIterator > Class Template Reference

#include <atlstr.h>

Inheritance diagram for ATL::StrTraitATL< _BaseType, StringIterator >:
Collaboration diagram for ATL::StrTraitATL< _BaseType, StringIterator >:

Static Public Member Functions

static HINSTANCE FindStringResourceInstance (_In_ UINT nID) noexcept
 
static IAtlStringMgrGetDefaultManager () noexcept
 

Additional Inherited Members

- Public Types inherited from ATL::ChTraitsBase< BaseType >
typedef char XCHAR
 
typedef LPSTR PXSTR
 
typedef LPCSTR PCXSTR
 
typedef wchar_t YCHAR
 
typedef LPWSTR PYSTR
 
typedef LPCWSTR PCYSTR
 

Detailed Description

template<typename _BaseType = wchar_t, class StringIterator = ChTraitsOS<_BaseType>>
class ATL::StrTraitATL< _BaseType, StringIterator >

Definition at line 110 of file atlstr.h.

Member Function Documentation

◆ FindStringResourceInstance()

template<typename _BaseType = wchar_t, class StringIterator = ChTraitsOS<_BaseType>>
static HINSTANCE ATL::StrTraitATL< _BaseType, StringIterator >::FindStringResourceInstance ( _In_ UINT  nID)
inlinestaticnoexcept

Definition at line 114 of file atlstr.h.

115 {
117 }
HINSTANCE AtlFindStringResourceInstance(UINT nID, WORD wLanguage=0)
Definition: atlcore.h:294

◆ GetDefaultManager()

template<typename _BaseType = wchar_t, class StringIterator = ChTraitsOS<_BaseType>>
static IAtlStringMgr * ATL::StrTraitATL< _BaseType, StringIterator >::GetDefaultManager ( )
inlinestaticnoexcept

Definition at line 119 of file atlstr.h.

120 {
122 }
static IAtlStringMgr * GetInstance(void)
Definition: atlstr.h:28

The documentation for this class was generated from the following file: