sptk2 logo
SPTK Home Page
NotEmptyString.h
1#ifndef __NOTEMPTYSTRING_H__
2#define __NOTEMPTYSTRING_H__
3
4#include <sptk5/Strings.h>
5#include <sptk5/Exception.h>
6
7namespace sptk {
8
11
13
14class NotEmptyString : public String
15{
16public:
18 NotEmptyString(std::string other);
19 NotEmptyString(const NotEmptyString& other);
20 NotEmptyString& operator=(const NotEmptyString& other);
21};
22
23// @}
24
25}
26
27#endif
String that should always contain non-empty string.
Definition: NotEmptyString.h:15
Definition: String.h:49

Fri Oct 14 2022 09:58:32: SPTK 5.4.1