Jpp  18.0.1-rc.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JDATABASE::JServer Struct Reference

Wrapper class for server name. More...

#include <JDB.hh>

Inheritance diagram for JDATABASE::JServer:

Public Member Functions

 JServer ()
 Default constructor. More...
 
 JServer (const char *server)
 Constructor. More...
 

Detailed Description

Wrapper class for server name.

By reading the name of the server, this class will automatically set the server in class JDB.

Definition at line 50 of file JDB.hh.

Constructor & Destructor Documentation

JDATABASE::JServer::JServer ( )
inline

Default constructor.

Definition at line 56 of file JDB.hh.

57  {}
JDATABASE::JServer::JServer ( const char *  server)
inline

Constructor.

Parameters
serverserver name

Definition at line 65 of file JDB.hh.

65  :
66  std::string(server)
67  {}
then awk string

The documentation for this struct was generated from the following file: