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 
16 class RUDIMENTS_DLLSPEC parameterstring {
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 
39  void clear();
40 
44 
45  #include <rudiments/private/parameterstring.h>
46 };
47 
48 #endif
Definition: dictionary.h:63
Definition: parameterstring.h:16
void setDelimiter(char delim)
dictionary< char *, char * > * getDictionary()
const char * getValue(const char *name)
bool parse(const char *string)