logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::KeyValValue

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                               sc::KeyValValue(3)

Name

       sc::KeyValValue

Synopsis

       Inherits sc::RefCount.

       Inherited by sc::KeyValValueboolean, sc::KeyValValuechar, sc::KeyValValuedouble, sc::KeyValValuefloat,
       sc::KeyValValueint, sc::KeyValValuepchar, sc::KeyValValueRefDescribedClass, sc::KeyValValuesize,
       sc::KeyValValuestring, and sc::KeyValValueString.

   PublicTypes
       enum KeyValValueError { OK, WrongType }

   PublicMemberFunctionsKeyValValue (const KeyValValue &)
       virtual KeyValValue::KeyValValueError doublevalue (double &) const
       virtual KeyValValue::KeyValValueError booleanvalue (int &) const
       virtual KeyValValue::KeyValValueError floatvalue (float &) const
       virtual KeyValValue::KeyValValueError charvalue (char &) const
       virtual KeyValValue::KeyValValueError intvalue (int &) const
       virtual KeyValValue::KeyValValueError sizevalue (size_t &) const
       virtual KeyValValue::KeyValValueError pcharvalue (const char *&) const
       virtual KeyValValue::KeyValValueError stringvalue (std::string &) const
       virtual KeyValValue::KeyValValueError describedclassvalue (Ref< DescribedClass > &) const
       virtual void print (std::ostream &o=ExEnv::out0()) const

   AdditionalInheritedMembers

See Also