Skip to content

Initial Implementation of the buffer template class#37

Merged
aexzhou merged 15 commits intomainfrom
buffer_base_class
Feb 7, 2026
Merged

Initial Implementation of the buffer template class#37
aexzhou merged 15 commits intomainfrom
buffer_base_class

Conversation

@aexzhou
Copy link
Collaborator

@aexzhou aexzhou commented Jan 17, 2026

No description provided.

class BufferBase {
public:
BufferBase() = default;
virtual ~BufferBase() = default;
Copy link
Collaborator Author

@aexzhou aexzhou Jan 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Info: the virtual keyword here allows for class methods for this buffer_base class to be inherited to children classes

Learn more about virtual:
https://www.geeksforgeeks.org/cpp/virtual-function-cpp/

@aexzhou aexzhou added this pull request to the merge queue Feb 7, 2026
Merged via the queue into main with commit 470c3ad Feb 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments