mirror of
https://github.com/znc/znc.git
synced 2026-08-08 18:03:22 +02:00
Added VCString typedef
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@395 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
||||
using std::stringstream;
|
||||
|
||||
class CString : public string {
|
||||
@@ -67,6 +69,8 @@ private:
|
||||
protected:
|
||||
};
|
||||
|
||||
typedef vector<CString> VCString;
|
||||
|
||||
class MCString : public std::map<CString, CString> {
|
||||
public:
|
||||
MCString() : std::map<CString, CString>() {}
|
||||
|
||||
Reference in New Issue
Block a user