From bab9f4b4bc0f6aa0e1377745fd216ef9874b3f27 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 9 Dec 2005 20:21:39 +0000 Subject: Added new module docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2301 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classExtensible.html | 45 +++++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) (limited to 'docs/module-doc/classExtensible.html') diff --git a/docs/module-doc/classExtensible.html b/docs/module-doc/classExtensible.html index 4308465d9..0deebba1a 100644 --- a/docs/module-doc/classExtensible.html +++ b/docs/module-doc/classExtensible.html @@ -34,6 +34,9 @@ Inheritance diagram for Extensible:

char * GetExt (std::string key)  Get an extension item.
+void GetExtList (std::deque< std::string > &list) + + Get a list of all extension items names.

Private Attributes

std::map< std::string, char * > Extension_Items @@ -46,7 +49,7 @@ class Extensible implements a system which allows modules to 'extend' the class

-Definition at line 50 of file base.h.


Member Function Documentation

+Definition at line 51 of file base.h.

Member Function Documentation

@@ -130,6 +133,42 @@ Get an extension item.
+

+ + + + +
+ + + + + + + + + +
void Extensible::GetExtList std::deque< std::string > &  list  ) 
+
+ + + + + +
+   + + +

+Get a list of all extension items names. +

+

Parameters:
+ + +
list A deque of strings to receive the list
+
+
Returns:
This function writes a list of all extension items stored in this object by name into the given deque and returns void.
+

@@ -192,12 +231,12 @@ Private data store.

-Definition at line 54 of file base.h. +Definition at line 55 of file base.h.


The documentation for this class was generated from the following file: -
Generated on Sun Nov 27 01:43:25 2005 for InspIRCd by  +
Generated on Fri Dec 9 20:20:11 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3