rtop
Classes | Namespaces | Functions | Variables
info.h File Reference
#include <string>
#include <map>
#include <vector>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <unordered_set>
#include <mutex>
#include <sstream>
#include "rtop_logger.h"

Go to the source code of this file.

Classes

class  rtop::Info
 data structure that defines type of entry from which panel menu entrires obtain their c-string data More...
 
class  rtop::InfoProc< T >
 data structure that defines type of entry from which panel menu entries obtain their c-string data More...
 
class  rtop::ProcDb
 data structure that hold property values for processes. contains facilities to enable their proper access and parsing for viewing More...
 

Namespaces

 rtop
 

Functions

bool rtop::operator<= (const InfoProc< std::string > &a, const InfoProc< std::string > &b)
 overloaded <= operator for comparing two InfoProc objects More...
 

Variables

src::severity_logger< severity_level > lg
 
logSpacer log_spacer
 

Variable Documentation

◆ lg

src::severity_logger<severity_level> lg

Definition at line 108 of file rtop_logger.h.

◆ log_spacer

logSpacer log_spacer

Definition at line 186 of file rtop_logger.h.