From fddfed256a09c85ccfe3867eb5beb35b511efe67 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 18 Oct 2005 20:19:12 +0000 Subject: [PATCH] add documentation for TableIndices template git-svn-id: https://svn.dealii.org/trunk@11617 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/table_indices.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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(...); }; -- 2.39.5