]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add documentation for TableIndices template
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 18 Oct 2005 20:19:12 +0000 (20:19 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 18 Oct 2005 20:19:12 +0000 (20:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@11617 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/table_indices.h

index dd121e9dc3c3681b1f016c7376093243b1890cc5..79f65e49295f7ff0d50991cd4be8614bea23c3cc 100644 (file)
@@ -82,6 +82,18 @@ class TableIndicesBase
 template <int N>
 class TableIndices
 {
+                                    /**
+                                     * Standard constructor, setting
+                                     * all indices to zero.
+                                     */
+    TableIndices();
+                                    /**
+                                     * The actual constructor, taking
+                                     * @p N arguments of type
+                                     * <tt>unsigned int</tt> to
+                                     * initialize the index object.
+                                     */
+    TableIndices(...);
 };
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.