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::AssignedKeyVal - This class allows keyval associations to be set up by the program, rather than

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

       This class allows keyval associations to be set up by the program, rather than determined by an external
       file.

Name

       sc::AssignedKeyVal - This class allows keyval associations to be set up by the program, rather than
       determined by an external file.

Synopsis

       #include <keyval.h>

       Inherits sc::KeyVal.

   PublicMemberFunctionsAssignments.
       Each of this routines assigns key to val.

           void assign (const char *key, const Ref< KeyValValue > &val)
           void assign (const char *key, double val)
           void assignboolean (const char *key, int val)
           void assign (const char *key, float val)
           void assign (const char *key, char val)
           void assign (const char *key, int val)
           void assign (const char *key, const char *val)
           void assign (const char *key, const Ref< DescribedClass > &val)
           void clear ()
               Erase all of the stored assignments.

   ProtectedMemberFunctions
       int key_exists (const char *)
           Ultimately called by exists.
       Ref< KeyValValue > key_value (const char *, const KeyValValue &def)
           Ultimately called by value.

   AdditionalInheritedMembers

See Also