.TH "sc::AggregateKeyVal" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::AggregateKeyVal \- This takes several \fBKeyVal\fP objects and makes them look like one \fBKeyVal\fP object\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::KeyVal\fP\&. .SS "Public Member Functions" .PP .RI "\fBConstructors\&.\fP" .br These contructors create an \fBAggregateKeyVal\fP that is formed from several other \fBKeyVal\fP objects\&. .PP The search order is keyval1, keyval2, and so on\&. All \fBKeyVal\fP objects including and after the first null \fBKeyVal\fP will be ignored\&. .PP .in +1c .in +1c .ti -1c .RI "\fBAggregateKeyVal\fP (const \fBRef\fP< \fBKeyVal\fP > &keyval1)" .br .ti -1c .RI "\fBAggregateKeyVal\fP (const \fBRef\fP< \fBKeyVal\fP > &keyval1, const \fBRef\fP< \fBKeyVal\fP > &keyval2)" .br .ti -1c .RI "\fBAggregateKeyVal\fP (const \fBRef\fP< \fBKeyVal\fP > &keyval1, const \fBRef\fP< \fBKeyVal\fP > &keyval2, const \fBRef\fP< \fBKeyVal\fP > &keyval3)" .br .ti -1c .RI "\fBAggregateKeyVal\fP (const \fBRef\fP< \fBKeyVal\fP > &keyval1, const \fBRef\fP< \fBKeyVal\fP > &keyval2, const \fBRef\fP< \fBKeyVal\fP > &keyval3, const \fBRef\fP< \fBKeyVal\fP > &keyval4)" .br .ti -1c .RI "\fB~AggregateKeyVal\fP ()" .br .ti -1c .RI "void \fBerrortrace\fP (std::ostream &fp=\fBExEnv::err0\fP())" .br .RI "Write a message to fp describing the error\&. " .ti -1c .RI "void \fBdump\fP (std::ostream &fp=\fBExEnv::err0\fP())" .br .RI "Write a message to fp describing the error\&. " .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 takes several \fBKeyVal\fP objects and makes them look like one \fBKeyVal\fP object\&. When a key is sought first \fBKeyVal\fP, then the next, and so on is searched until the keyword is found\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.