inLimbo
TUI Music Player that keeps you in Limbo.
 
Loading...
Searching...
No Matches
rbtree.hpp File Reference
#include "../parser/toml_parser.hpp"
#include "songmap.hpp"
#include <chrono>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <dirent.h>
#include <fstream>
#include <iostream>
#include <sys/stat.h>
#include <unordered_map>
#include <vector>

Go to the source code of this file.

Classes

struct  Node
 
class  RedBlackTree
 

Macros

#define RED   'R'
 
#define BLACK   'B'
 

Variables

string DIRECTORY_FIELD
 
string DEBUG_LOG_PARSE = string(parseTOMLField(PARENT_DBG, PARENT_DBG_FIELD_PARSER_LOG))
 

Macro Definition Documentation

◆ BLACK

#define BLACK   'B'

◆ RED

#define RED   'R'

Variable Documentation

◆ DEBUG_LOG_PARSE

string DEBUG_LOG_PARSE = string(parseTOMLField(PARENT_DBG, PARENT_DBG_FIELD_PARSER_LOG))

◆ DIRECTORY_FIELD

string DIRECTORY_FIELD
Initial value:
= string(parseTOMLField(
string_view parseTOMLField(string parent, string field)
Parses a string field from the TOML configuration.
Definition toml_parser.hpp:121
#define PARENT_LIB_FIELD_DIR
Definition toml_parser.hpp:19
#define PARENT_LIB
Macros for parent and field names used in the TOML configuration.
Definition toml_parser.hpp:17