|
NAMEsc::AggregateKeyVal - This takes several KeyVal objects and makes them look like one KeyVal object.SYNOPSIS#include <keyval.h> Inherits sc::KeyVal. Public Member FunctionsConstructors.These contructors create an AggregateKeyVal that is formed from several other KeyVal objects. The search order is keyval1, keyval2, and so on. All KeyVal objects including and after the first null KeyVal will be ignored.
Protected Member Functionsint key_exists (const char *) Ultimately called by exists. Ref< KeyValValue > key_value (const char *, const KeyValValue &def) Ultimately called by value. Additional Inherited MembersDetailed DescriptionThis takes several KeyVal objects and makes them look like one KeyVal object.When a key is sought first KeyVal, then the next, and so on is searched until the keyword is found. Member Function Documentationvoid sc::AggregateKeyVal::dump (std::ostream & fp = ExEnv::err0()) [virtual]Write a message to fp describing the error.Reimplemented from sc::KeyVal. void sc::AggregateKeyVal::errortrace (std::ostream & fp = ExEnv::err0()) [virtual]Write a message to fp describing the error.Reimplemented from sc::KeyVal. int sc::AggregateKeyVal::key_exists (const char *) [protected], [virtual]Ultimately called by exists.Implements sc::KeyVal. Ref< KeyValValue > sc::AggregateKeyVal::key_value (const char *, const KeyValValue & def) [protected], [virtual]Ultimately called by value.Implements sc::KeyVal. AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |