From 603acdf77e561f527b27a4da5a4c74dc9d699b89 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 17 Jun 2007 18:45:22 +0000 Subject: Comments (lots of) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7377 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/globals.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/globals.h') diff --git a/include/globals.h b/include/globals.h index bd5fdb621..4a01e454e 100644 --- a/include/globals.h +++ b/include/globals.h @@ -19,9 +19,21 @@ #include #include +/** A cached text file stored with its contents as lines + */ typedef std::deque file_cache; + +/** A configuration key and value pair + */ typedef std::pair< std::string, std::string > KeyVal; + +/** A list of related configuration keys and values + */ typedef std::vector< KeyVal > KeyValList; + +/** An entire config file, built up of KeyValLists + */ typedef std::multimap< std::string, KeyValList > ConfigDataHash; #endif + -- cgit v1.2.3