CPP06 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
Base.cpp
[詳解]
1/* ************************************************************************** */
2/* */
3/* ::: :::::::: */
4/* Base.cpp :+: :+: :+: */
5/* +:+ +:+ +:+ */
6/* By: kamitsui <kamitsui@student.42tokyo.jp> +#+ +:+ +#+ */
7/* +#+#+#+#+#+ +#+ */
8/* Created: 2025/07/22 14:53:57 by kamitsui #+# #+# */
9/* Updated: 2025/07/22 14:53:59 by kamitsui ### ########.fr */
10/* */
11/* ************************************************************************** */
12
18#include "Base.hpp"
19
Contains the declarations for the Base class and its derivatives.
virtual ~Base()
Virtual destructor.
Definition Base.cpp:24