Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fxcrt::StringPoolTemplate< StringType > Class Template Reference

#include <string_pool_template.h>

+ Collaboration diagram for fxcrt::StringPoolTemplate< StringType >:

Public Member Functions

StringType Intern (const StringType &str)
 
void Clear ()
 

Detailed Description

template<typename StringType>
class fxcrt::StringPoolTemplate< StringType >

Definition at line 17 of file string_pool_template.h.

Member Function Documentation

◆ Clear()

template<typename StringType >
void fxcrt::StringPoolTemplate< StringType >::Clear ( )
inline

Definition at line 20 of file string_pool_template.h.

◆ Intern()

template<typename StringType >
StringType fxcrt::StringPoolTemplate< StringType >::Intern ( const StringType & str)
inline

Definition at line 19 of file string_pool_template.h.


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