Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

IntFunPoR.C

Go to the documentation of this file.
00001 
00014 #include "jbltools/sfh/IntFunPoR.h"
00015 
00016 #include "jbltools/sfh/IntFunBase.h"
00017 #include "jbltools/sfh/JBLParserResult.h"
00018 
00019 static const char *ident="@(#)$Id: IntFunPoR.C,v 1.4 2005/07/08 15:01:34 blist Exp $";
00020 
00021 IntFunPoR::IntFunPoR (const std::string& name)
00022 : pif(JBLParserResult::parseExpression(name).getIntFunValue()) {}
00023 
00024 IntFunPoR::IntFunPoR (const char *name)
00025 : pif(JBLParserResult::parseExpression(name).getIntFunValue()) {}
00026 
00027 IntFunPoRConst::IntFunPoRConst (const std::string& name)
00028 : pif(JBLParserResult::parseExpression(name).getIntFunValue()) {}
00029 
00030 IntFunPoRConst::IntFunPoRConst (const char *name)
00031 : pif(JBLParserResult::parseExpression(name).getIntFunValue()) {}

Generated on Thu Oct 26 12:52:57 2006 for SFH by doxygen 1.3.2