Rudiments
parameterstring.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
4#ifndef RUDIMENTS_PARAMETERSTRING_H
5#define RUDIMENTS_PARAMETERSTRING_H
6
7#include <rudiments/private/parameterstringincludes.h>
8
16class RUDIMENTS_DLLSPEC parameterstring : public object {
17 public:
18
21
24
27 void setDelimiter(char delim);
28
30 bool parse(const char *string);
31
34 const char *getValue(const char *name);
35
41 bool clear();
42
46
47 #include <rudiments/private/parameterstring.h>
48};
49
50#endif
Definition dictionary.h:12
Definition object.h:10
Definition parameterstring.h:16
const char * getValue(const char *name)
void setDelimiter(char delim)
dictionary< char *, char * > * getDictionary()
bool parse(const char *string)