Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

bool Impala::Util::PropertySet::GetBool ( CString  name,
bool  defaultValue = false 
) const [inline]

Definition at line 93 of file PropertySet.h.

References GetString(), and Impala::StringToBool().

Referenced by Impala::Core::Training::ClassifierEvaluator::Evaluate(), Impala::Core::Training::Factory::MakeClassifierProperties(), and Impala::Core::Training::Svm::Train().

00094     {
00095         String val = GetString(name);
00096         if (val == "")
00097             return defaultValue;
00098         return StringToBool(val);
00099     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:19 2011 for ImpalaSrc by  doxygen 1.5.1