Cppcheck
Public Member Functions | Private Attributes | List of all members
Library::ExportedFunctions Class Reference

Public Member Functions

void addPrefix (std::string prefix)
 
void addSuffix (std::string suffix)
 
bool isPrefix (const std::string &prefix) const
 
bool isSuffix (const std::string &suffix) const
 

Private Attributes

std::set< std::string > mPrefixes
 
std::set< std::string > mSuffixes
 

Detailed Description

Definition at line 515 of file library.h.

Member Function Documentation

◆ addPrefix()

void Library::ExportedFunctions::addPrefix ( std::string  prefix)
inline

Definition at line 517 of file library.h.

◆ addSuffix()

void Library::ExportedFunctions::addSuffix ( std::string  suffix)
inline

Definition at line 520 of file library.h.

◆ isPrefix()

bool Library::ExportedFunctions::isPrefix ( const std::string &  prefix) const
inline

Definition at line 523 of file library.h.

◆ isSuffix()

bool Library::ExportedFunctions::isSuffix ( const std::string &  suffix) const
inline

Definition at line 526 of file library.h.

Member Data Documentation

◆ mPrefixes

std::set<std::string> Library::ExportedFunctions::mPrefixes
private

Definition at line 531 of file library.h.

◆ mSuffixes

std::set<std::string> Library::ExportedFunctions::mSuffixes
private

Definition at line 532 of file library.h.


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