From: Guido Kanschat Date: Tue, 18 Oct 2005 20:19:12 +0000 (+0000) Subject: add documentation for TableIndices template X-Git-Tag: v8.0.0~12986 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fddfed256a09c85ccfe3867eb5beb35b511efe67;p=dealii.git add documentation for TableIndices template git-svn-id: https://svn.dealii.org/trunk@11617 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/table_indices.h b/deal.II/base/include/base/table_indices.h index dd121e9dc3..79f65e4929 100644 --- a/deal.II/base/include/base/table_indices.h +++ b/deal.II/base/include/base/table_indices.h @@ -82,6 +82,18 @@ class TableIndicesBase template class TableIndices { + /** + * Standard constructor, setting + * all indices to zero. + */ + TableIndices(); + /** + * The actual constructor, taking + * @p N arguments of type + * unsigned int to + * initialize the index object. + */ + TableIndices(...); };