Skip to content

markveligod/ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✔️ ft_containers (project 2020)

Description

This project is aim to understand how work is containers from library STL and this project is a part methodology learning students from 42 schools (21 schools in Moscow).
The project implements the following containers:

List
Vector
Map
Stack
Queue

P.s. On the website www.cplusplus.com you can find a very important information about containers library STL.

WARNING:exclamation:
std::allocator is not implemented in this project because it is not required for the task at the moment... be careful:do_not_litter:

P.s. INCHECK is a proprietary algorithm memory allocation in the ft::vector<>

🗿Container ft::list<>:

Main coplien's form

Iterators:

Capacity:

Element access:

Modifiers:

Operations:

Non-member function overloads:

🗿Container ft::vector<>:

Main coplien's form

Iterators:

Capacity:

Element access:

Modifiers:

Non-member function overloads:

🗿Container ft::map<>:

Main coplien's form

Iterators:

Capacity:

Element access:

Modifiers:

Observers:

Operations:

🗿Container ft::stack<>:

Member functions:

Non-member function overloads:

🗿Container ft::queue<>:

Member functions:

Non-member function overloads:

Other

Author:
©️Mark Veligod