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::KeyValValueString

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Name

       sc::KeyValValueString

Synopsis

       Inherits sc::KeyValValue.

   PublicTypes
       enum Storage { Copy, Steal, Use }

   PublicMemberFunctionsKeyValValueString (const char *, KeyValValueString::Storage s=KeyValValueString::Use)
       KeyValValueString (char *, KeyValValueString::Storage s=KeyValValueString::Use)
       KeyValValueString (const KeyValValueString &)
       KeyValValue::KeyValValueError doublevalue (double &) const
       KeyValValue::KeyValValueError booleanvalue (int &) const
       KeyValValue::KeyValValueError floatvalue (float &) const
       KeyValValue::KeyValValueError charvalue (char &) const
       KeyValValue::KeyValValueError intvalue (int &) const
       KeyValValue::KeyValValueError sizevalue (size_t &) const
       KeyValValue::KeyValValueError pcharvalue (const char *&) const
       KeyValValue::KeyValValueError stringvalue (std::string &) const
       void print (std::ostream &o=ExEnv::out0()) const

   AdditionalInheritedMembers

See Also