Orbiter 2022
Combinatorial Objects
btree.cpp File Reference
#include "foundations/foundations.h"
#include "discreta.h"

Go to the source code of this file.

Namespaces

namespace  orbiter
 the orbiter library for the classification of combinatorial objects
 
namespace  orbiter::layer2_discreta
 typed objects
 

Macros

#define WRITE_INFO_ONLY_AT_END
 
#define MAX_ROOT_BUF   20
 

Functions

void orbiter::layer2_discreta::database_init (int verbose_level)
 
void orbiter::layer2_discreta::database_exit (void)
 
int orbiter::layer2_discreta::fstream_table_get_free_entry ()
 
int orbiter::layer2_discreta::root_buf_alloc (void)
 
void orbiter::layer2_discreta::root_buf_free (int i)
 

Variables

int orbiter::layer2_discreta::f_RootBF_free [MAX_ROOT_BUF]
 
Buffer * orbiter::layer2_discreta::RootBF = NULL
 
Buffer * orbiter::layer2_discreta::tmpBF = NULL
 
int orbiter::layer2_discreta::fstream_table_used [MAX_FSTREAM_TABLE]
 
fstream * orbiter::layer2_discreta::fstream_table [MAX_FSTREAM_TABLE]
 

Macro Definition Documentation

◆ MAX_ROOT_BUF

#define MAX_ROOT_BUF   20

Definition at line 22 of file btree.cpp.

◆ WRITE_INFO_ONLY_AT_END

#define WRITE_INFO_ONLY_AT_END

Definition at line 20 of file btree.cpp.