From 877a15fc3db18be9131c886720516eae6f582886 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 1 May 2004 16:54:50 +0000 Subject: Added extra docs to cover OnUserSync etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@769 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/structStrHashComp.html | 70 ++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/module-doc/structStrHashComp.html (limited to 'docs/module-doc/structStrHashComp.html') diff --git a/docs/module-doc/structStrHashComp.html b/docs/module-doc/structStrHashComp.html new file mode 100644 index 000000000..03fb5a0f3 --- /dev/null +++ b/docs/module-doc/structStrHashComp.html @@ -0,0 +1,70 @@ + +
+Public Member Functions | |
| bool | operator() (const string &s1, const string &s2) const |
+
+
|
+ ||||||||||||
| + + | +
+
+ + + +Definition at line 122 of file modules.cpp. + + 00123 {
+00124 char a[MAXBUF],b[MAXBUF];
+00125 strcpy(a,s1.c_str());
+00126 strcpy(b,s2.c_str());
+00127 return (strcasecmp(a,b) == 0);
+00128 }
+ |
+
1.3-rc3
+
+
--
cgit v1.3.1-10-gc9f91