$search
#include <iostream>#include <gtest/gtest.h>#include "../../include/ecl/containers/array.hpp"#include "../../include/ecl/containers/push_and_pop.hpp"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (PushAndPopTests, concepts) | |
| TEST (PushAndPopTests, pop_front_only) | |
| TEST (PushAndPopTests, push_back_only) | |
| TEST (PushAndPopTests, pop_and_push) | |
| TEST (PushAndPopTests, constructors) | |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 156 of file push_and_pop.cpp.
| TEST | ( | PushAndPopTests | , | |
| concepts | ||||
| ) |
Definition at line 142 of file push_and_pop.cpp.
| TEST | ( | PushAndPopTests | , | |
| pop_front_only | ||||
| ) |
Definition at line 95 of file push_and_pop.cpp.
| TEST | ( | PushAndPopTests | , | |
| push_back_only | ||||
| ) |
Definition at line 64 of file push_and_pop.cpp.
| TEST | ( | PushAndPopTests | , | |
| pop_and_push | ||||
| ) |
Definition at line 42 of file push_and_pop.cpp.
| TEST | ( | PushAndPopTests | , | |
| constructors | ||||
| ) |
Definition at line 27 of file push_and_pop.cpp.