SOMHunter Core
osutils Namespace Reference

Functions

void setup_terminal ()
 Setups the attached terminal accordingly. More...
 
void print_ISA_capibilites ()
 Prints available instruction set extensions (not working with MSVC). More...
 
void cd_back (std::size_t count=1)
 
void initialize_aplication ()
 Runs all initialization routines related to the OS. More...
 
bool file_exists (const std::string &filepath)
 
bool dir_exists (const std::string &path)
 
bool dir_create (const std::string &path)
 

Function Documentation

◆ cd_back()

void osutils::cd_back ( std::size_t  count = 1)
inline

◆ dir_create()

bool osutils::dir_create ( const std::string &  path)
inline

◆ dir_exists()

bool osutils::dir_exists ( const std::string &  path)
inline

◆ file_exists()

bool osutils::file_exists ( const std::string &  filepath)
inline

◆ initialize_aplication()

void osutils::initialize_aplication ( )
inline

Runs all initialization routines related to the OS.

Here is the call graph for this function:

◆ print_ISA_capibilites()

void osutils::print_ISA_capibilites ( )
inline

Prints available instruction set extensions (not working with MSVC).

◆ setup_terminal()

void osutils::setup_terminal ( )
inline

Setups the attached terminal accordingly.