man KeyPaths () - Load /etc/bayoone [paths] key value pairs. Load keypaths path location configuration data.

NAME

KeyPaths - Load /etc/bayoone [paths] key value pairs. Load keypaths path location configuration data.

SYNOPSIS



#include <bayonne.h>

Public Member Functions

KeyPaths ()

Initialize keypath data. const char * getLibexec (void)

Get the driver and tgi base directories. const char * getTgipath (void)

Get library tgi exec search path. const char * getLibpath (void)

Get prefix for DSO modules at install. const char * getDatafiles (void)

Get the primary working storage for writable messages. const char * getWrappers (void)

Get the wrappers working space for inter-system bridging. const char * getRunfiles (void)

Get the runfile directory. const char * getSpool (void)

Get the spool directory. const char * getScriptFiles (void)

Get the primary script prefix directory. const char * getPromptFiles (void)

Get the prompt directory. const char * getCache (void)

Get the pre-cache directory. void setPrefix (char *path)

Set auto-location prefix.

Detailed Description

Load /etc/bayoone [paths] key value pairs. Load keypaths path location configuration data.

Has internal defaults if section or file is missing.

Author: David Sugar <dyfet@ostel.com>

Constructor & Destructor Documentation

KeyPaths::KeyPaths ()

Initialize keypath data.

Member Function Documentation

const char* KeyPaths::getCache (void) [inline]

Get the pre-cache directory.

const char* KeyPaths::getDatafiles (void) [inline]

Get the primary working storage for writable messages.

const char* KeyPaths::getLibexec (void) [inline]

Get the driver and tgi base directories.

const char* KeyPaths::getLibpath (void) [inline]

Get prefix for DSO modules at install.

const char* KeyPaths::getPromptFiles (void) [inline]

Get the prompt directory.

const char* KeyPaths::getRunfiles (void) [inline]

Get the runfile directory.

const char* KeyPaths::getScriptFiles (void) [inline]

Get the primary script prefix directory.

const char* KeyPaths::getSpool (void) [inline]

Get the spool directory.

const char* KeyPaths::getTgipath (void) [inline]

Get library tgi exec search path.

const char* KeyPaths::getWrappers (void) [inline]

Get the wrappers working space for inter-system bridging.

void KeyPaths::setPrefix (char * path)

Set auto-location prefix.

Author

Generated automatically by Doxygen for Bayonne from the source code.