Additions to the manual

This commit is contained in:
Fernando Cacciola 2006-09-08 00:01:32 +00:00
parent dd5b37d97c
commit bb33cbca90
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ It directly returns the cost stored in the {\em collapse-data}.
\ccIsModel
\ccc{GetCost}
\ccTypes
\ccTypedef{void Params}{The type of the parameters. The type void is used to identify this GetCost model as one returning a cached value instead of compuSince no paramters are used this type is void}
\ccCreation
\ccCreationVariable{gc} %% choose variable name
\ccConstructor{Cached_cost<TSM>();}{Default constructor}