Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cmu-db/15445-bootcamp
/ types & classes
Types & classes
15 in github.com/cmu-db/15445-bootcamp
⨍
Functions
101
◇
Types & classes
15
↓ 2 callers
Class
DLLIterator
This class implements a C++ style iterator for the doubly linked list class DLL. This class's constructor takes in a node that marks the start of the
src/iterator.cpp:57
↓ 1 callers
Class
Point
Basic point class. (Will use later)
src/vectors.cpp:30
Class
Abcdefghijklmnopqrstuvwxyz
src/auto.cpp:27
Class
Bar
src/templated_classes.cpp:73
Class
DLL
This is a basic implementation of a doubly linked list. It also includes iterator functions Begin and End, which return DLLIterators that can be used
src/iterator.cpp:106
Class
Foo
src/templated_classes.cpp:14
Class
Foo2
src/templated_classes.cpp:29
Class
FooSpecial
src/templated_classes.cpp:49
Class
FooSpecial<float>
src/templated_classes.cpp:61
Class
IntPtrManager
The IntPtrManager class is a wrapper class that manages an int*. The resource that this class is managing is the dynamic memory accessible via the poi
src/wrapper_class.cpp:39
Class
Node
This is the definition of the Node struct, used in our DLL.
src/iterator.cpp:41
Class
Person
Basic person class, with an implemented move constructor and move assignment operator, and a deleted copy constructor and copy assignment operator. Th
src/move_constructors.cpp:37
Class
Point
Basic point class. (Will use later)
src/shared_ptr.cpp:21
Class
Point
Basic point class. (Will use later)
src/unique_ptr.cpp:30
Class
Pointer
src/spring2024/s24_my_ptr.cpp:16