|
NAMEsc::AssignedKeyVal - This class allows keyval associations to be set up by the program, rather than determined by an external file.SYNOPSIS#include <keyval.h> Inherits sc::KeyVal. Public Member FunctionsAssignments.Each of this routines assigns key to val.
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 class allows keyval associations to be set up by the program, rather than determined by an external file.Member Function Documentationint sc::AssignedKeyVal::key_exists (const char *) [protected], [virtual]Ultimately called by exists.Implements sc::KeyVal. Ref< KeyValValue > sc::AssignedKeyVal::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. |