From 9d0b2d638db0f3d1f5b7ec46912c367adefbf91e Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 30 May 2009 16:32:27 +0200 Subject: final stuff --- ue4/mycpu/mycpu.cpp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ue4/mycpu/mycpu.cpp') diff --git a/ue4/mycpu/mycpu.cpp b/ue4/mycpu/mycpu.cpp index aefe0cb..7f45d33 100644 --- a/ue4/mycpu/mycpu.cpp +++ b/ue4/mycpu/mycpu.cpp @@ -29,7 +29,19 @@ using namespace std; namespace po = boost::program_options; -/* TODO */ +/** + * @func cpu_run + * @brief template for executing cpu with different datatype + * @param me string to name of me + * @param vm po::variables_map + * @param registers number of registers + * @param datatype instance of datatype + * @return - + * @globalvars none + * @exception none + * @pre none + * @post none + */ template void cpu_run(string& me, po::variables_map& vm, unsigned registers, T& datatype) { -- cgit v1.2.3