Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Namespaces | Classes | Typedefs
cb Namespace Reference

_WIN32 More...

Namespaces

 apiCPP
 
 graph
 
 pipeline
 
 trans
 
 utils
 

Classes

class  cbLRUCache
 We used LRU alogrithm to implement our cache. More...
 
struct  listNode
 Elements of list. More...
 

Typedefs

typedef listNode node
 

Detailed Description

_WIN32

defined(unix) && defined(clang)

Typedef Documentation

◆ node

typedef listNode cb::node

Definition at line 30 of file cbLRUCache.hpp.