.TH "sc::AssignedKeyVal" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::AssignedKeyVal \- This class allows keyval associations to be set up by the program, rather than determined by an external file\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::KeyVal\fP\&. .SS "Public Member Functions" .PP .RI "\fBAssignments\&.\fP" .br Each of this routines assigns key to val\&. .PP .br .PP .in +1c .in +1c .ti -1c .RI "void \fBassign\fP (const char *key, const \fBRef\fP< \fBKeyValValue\fP > &val)" .br .ti -1c .RI "void \fBassign\fP (const char *key, double val)" .br .ti -1c .RI "void \fBassignboolean\fP (const char *key, int val)" .br .ti -1c .RI "void \fBassign\fP (const char *key, float val)" .br .ti -1c .RI "void \fBassign\fP (const char *key, char val)" .br .ti -1c .RI "void \fBassign\fP (const char *key, int val)" .br .ti -1c .RI "void \fBassign\fP (const char *key, const char *val)" .br .ti -1c .RI "void \fBassign\fP (const char *key, const \fBRef\fP< \fBDescribedClass\fP > &val)" .br .ti -1c .RI "void \fBclear\fP ()" .br .RI "Erase all of the stored assignments\&. " .in -1c .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "int \fBkey_exists\fP (const char *)" .br .RI "Ultimately called by exists\&. " .ti -1c .RI "\fBRef\fP< \fBKeyValValue\fP > \fBkey_value\fP (const char *, const \fBKeyValValue\fP &def)" .br .RI "Ultimately called by value\&. " .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP This class allows keyval associations to be set up by the program, rather than determined by an external file\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.