ROSE  0.11.145.0
Namespaces | Functions
stringify::Sawyer::Message Namespace Reference

Description

Stringification.

Namespaces

 Prefix
 Stringification.
 

Functions

const char * Importance (int64_t)
 Convert Sawyer::Message::Importance enum constant to a string. More...
 
std::string Importance (int64_t, const std::string &strip)
 Convert Sawyer::Message::Importance enum constant to a string. More...
 
const std::vector< int64_t > & Importance ()
 Return all Sawyer::Message::Importance member values as a vector. More...
 
const char * AnsiColor (int64_t)
 Convert Sawyer::Message::AnsiColor enum constant to a string. More...
 
std::string AnsiColor (int64_t, const std::string &strip)
 Convert Sawyer::Message::AnsiColor enum constant to a string. More...
 
const std::vector< int64_t > & AnsiColor ()
 Return all Sawyer::Message::AnsiColor member values as a vector. More...
 

Function Documentation

const char* stringify::Sawyer::Message::Importance ( int64_t  )

Convert Sawyer::Message::Importance enum constant to a string.

std::string stringify::Sawyer::Message::Importance ( int64_t  ,
const std::string &  strip 
)

Convert Sawyer::Message::Importance enum constant to a string.

const std::vector<int64_t>& stringify::Sawyer::Message::Importance ( )

Return all Sawyer::Message::Importance member values as a vector.

const char* stringify::Sawyer::Message::AnsiColor ( int64_t  )

Convert Sawyer::Message::AnsiColor enum constant to a string.

std::string stringify::Sawyer::Message::AnsiColor ( int64_t  ,
const std::string &  strip 
)

Convert Sawyer::Message::AnsiColor enum constant to a string.

const std::vector<int64_t>& stringify::Sawyer::Message::AnsiColor ( )

Return all Sawyer::Message::AnsiColor member values as a vector.