Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JDATABASE::JServer Struct Reference

Wrapper class for server name. More...

#include <JDB.hh>

Inheritance diagram for JDATABASE::JServer:

Public Member Functions

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

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 52 of file JDB.hh.

Constructor & Destructor Documentation

◆ JServer() [1/2]

JDATABASE::JServer::JServer ( )
inline

Default constructor.

Definition at line 58 of file JDB.hh.

59 {}

◆ JServer() [2/2]

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

Constructor.

Parameters
serverserver name

Definition at line 67 of file JDB.hh.

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

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