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::AssignedKeyVal(3) MPQC sc::AssignedKeyVal(3)

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

#include <keyval.h>

Inherits sc::KeyVal.

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


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

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

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.