RetroArch
Public Member Functions | Private Member Functions | Private Attributes | List of all members
spv::SpvBuildLogger Class Reference

#include <Logger.h>

Public Member Functions

 SpvBuildLogger ()
 
void tbdFunctionality (const std::string &f)
 
void missingFunctionality (const std::string &f)
 
void warning (const std::string &w)
 
void error (const std::string &e)
 
std::string getAllMessages () const
 

Private Member Functions

 SpvBuildLogger (const SpvBuildLogger &)
 

Private Attributes

std::vector< std::stringtbdFeatures
 
std::vector< std::stringmissingFeatures
 
std::vector< std::stringwarnings
 
std::vector< std::stringerrors
 

Constructor & Destructor Documentation

◆ SpvBuildLogger() [1/2]

spv::SpvBuildLogger::SpvBuildLogger ( )
inline

◆ SpvBuildLogger() [2/2]

spv::SpvBuildLogger::SpvBuildLogger ( const SpvBuildLogger )
private

Member Function Documentation

◆ error()

void spv::SpvBuildLogger::error ( const std::string e)
inline

◆ getAllMessages()

std::string spv::SpvBuildLogger::getAllMessages ( ) const

◆ missingFunctionality()

void spv::SpvBuildLogger::missingFunctionality ( const std::string f)

◆ tbdFunctionality()

void spv::SpvBuildLogger::tbdFunctionality ( const std::string f)

◆ warning()

void spv::SpvBuildLogger::warning ( const std::string w)
inline

Member Data Documentation

◆ errors

std::vector<std::string> spv::SpvBuildLogger::errors
private

◆ missingFeatures

std::vector<std::string> spv::SpvBuildLogger::missingFeatures
private

◆ tbdFeatures

std::vector<std::string> spv::SpvBuildLogger::tbdFeatures
private

◆ warnings

std::vector<std::string> spv::SpvBuildLogger::warnings
private

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