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