GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::AggregateKeyVal(3) MPQC sc::AggregateKeyVal(3)

sc::AggregateKeyVal - This takes several KeyVal objects and makes them look like one KeyVal object.

#include <keyval.h>

Inherits sc::KeyVal.

Constructors.
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.



AggregateKeyVal (const Ref< KeyVal > &keyval1)
AggregateKeyVal (const Ref< KeyVal > &keyval1, const Ref< KeyVal > &keyval2)
AggregateKeyVal (const Ref< KeyVal > &keyval1, const Ref< KeyVal > &keyval2, const Ref< KeyVal > &keyval3)
AggregateKeyVal (const Ref< KeyVal > &keyval1, const Ref< KeyVal > &keyval2, const Ref< KeyVal > &keyval3, const Ref< KeyVal > &keyval4)
~AggregateKeyVal ()
void errortrace (std::ostream &fp=ExEnv::err0())
Write a message to fp describing the error. void dump (std::ostream &fp=ExEnv::err0())
Write a message to fp describing the error.


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

This 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.

Write a message to fp describing the error.

Reimplemented from sc::KeyVal.

Write a message to fp describing the error.

Reimplemented from sc::KeyVal.

Ultimately called by exists.

Implements sc::KeyVal.

Ultimately called by value.

Implements sc::KeyVal.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.