1#ifndef LIBS_DOCUMENTS_CENTTITLE_HPP_
2#define LIBS_DOCUMENTS_CENTTITLE_HPP_
12 explicit CEntTitle(
const std::string &textTitle);
Definition CEntParagraph.hpp:9
Definition CEntTitle.hpp:9
CEntTitle(CEntTitle &&other)=delete
CEntTitle(const CEntTitle &other)
CEntTitle()
Definition CEntTitle.cpp:3
CEntTitle & operator=(CEntTitle &&other)=delete
CEntTitle & operator=(const CEntTitle &other)=delete