Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CEntSubtitle.hpp
Go to the documentation of this file.
1#ifndef LIBS_DOCUMENTS_CENTSUBTITLE_HPP_
2#define LIBS_DOCUMENTS_CENTSUBTITLE_HPP_
3
5
6#include <string>
7
9{
10public:
12 explicit CEntSubtitle(const std::string &textSubtitle);
14 CEntSubtitle(CEntSubtitle &&other) = delete;
15 ~CEntSubtitle() override;
16
17 CEntSubtitle &operator=(const CEntSubtitle &other) = delete;
19};
20
21#endif /* LIBS_DOCUMENTS_CENTSUBTITLE_HPP_ */
Definition CEntParagraph.hpp:9
Definition CEntSubtitle.hpp:9
CEntSubtitle(CEntSubtitle &&other)=delete
CEntSubtitle(const CEntSubtitle &other)
~CEntSubtitle() override
CEntSubtitle()
Definition CEntSubtitle.cpp:3
CEntSubtitle & operator=(const CEntSubtitle &other)=delete
CEntSubtitle & operator=(CEntSubtitle &&other)=delete