Jpp  master_rocky
the software that should make you happy
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 51 of file JDB.hh.

Constructor & Destructor Documentation

◆ JServer() [1/2]

JDATABASE::JServer::JServer ( )
inline

Default constructor.

Definition at line 57 of file JDB.hh.

58  {}

◆ JServer() [2/2]

JDATABASE::JServer::JServer ( const char *  server)
inline

Constructor.

Parameters
serverserver name

Definition at line 66 of file JDB.hh.

66  :
67  std::string(server)
68  {}

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