Jpp
17.3.0-rc.1
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JDB
JPersons.hh
Go to the documentation of this file.
1
#ifndef __JDB_JPERSONS__
2
#define __JDB_JPERSONS__
3
4
#include <TROOT.h>
5
#include <TObject.h>
6
7
#include <string>
8
9
#include "
JDB/JDBString.hh
"
10
11
/**
12
* \author mdejong
13
*/
14
namespace
JDATABASE {}
15
namespace
JPP {
using namespace
JDATABASE; }
16
17
namespace
JDATABASE {
18
19
struct
JPersons
:
20
public
TObject
21
{
22
static
const
char
*
const
getName
() {
return
"persons"
; }
//!< Table name
23
24
std::string
OID
;
25
std::string
LOGIN
;
26
JDBString
NAME
;
27
JDBString
SURNAME
;
28
std::string
LOCATIONID
;
29
JDBString
CITY
;
30
JDBString
ADDRESS
;
31
std::string
ACTIVESTATUS
;
32
std::string
MEMBERSTATUS
;
33
std::string
AUTHORSTATUS
;
34
35
ClassDef
(
JPersons
, 1);
36
};
37
}
38
39
#endif
JDATABASE::JPersons::ClassDef
ClassDef(JPersons, 1)
JDATABASE::JPersons::MEMBERSTATUS
std::string MEMBERSTATUS
Definition:
JPersons.hh:32
JDATABASE::JPersons::LOGIN
std::string LOGIN
Definition:
JPersons.hh:25
JDATABASE::JDBString
Wrapper class to read string until end-of-line.
Definition:
JDBString.hh:19
TObject
Definition:
JRoot.hh:19
JDATABASE::JPersons
Definition:
JPersons.hh:19
JDATABASE::JPersons::ADDRESS
JDBString ADDRESS
Definition:
JPersons.hh:30
JDATABASE::JPersons::getName
static const char *const getName()
Table name.
Definition:
JPersons.hh:22
JDATABASE::JPersons::LOCATIONID
std::string LOCATIONID
Definition:
JPersons.hh:28
JDATABASE::JPersons::NAME
JDBString NAME
Definition:
JPersons.hh:26
string
then awk string
Definition:
pre-calibration.sh:45
JDATABASE::JPersons::OID
std::string OID
Definition:
JPersons.hh:24
JDATABASE::JPersons::CITY
JDBString CITY
Definition:
JPersons.hh:29
JDATABASE::JPersons::SURNAME
JDBString SURNAME
Definition:
JPersons.hh:27
JDATABASE::JPersons::AUTHORSTATUS
std::string AUTHORSTATUS
Definition:
JPersons.hh:33
JDATABASE::JPersons::ACTIVESTATUS
std::string ACTIVESTATUS
Definition:
JPersons.hh:31
JDBString.hh
Generated by
1.8.5