Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
nutools
old
IFDatabase
ColumnDef.cpp
Go to the documentation of this file.
1
#include <nutools/IFDatabase/ColumnDef.h>
2
3
//************************************************************
4
namespace
nutools
{
5
namespace
dbi {
6
ColumnDef::ColumnDef
(
std::string
cname,
std::string
ctype) :
7
fCanBeNull(true),fTolerance(0.),fType(ctype),fName(cname),fValue(
""
)
8
{
9
10
}
11
12
//************************************************************
13
14
ColumnDef::~ColumnDef
()
15
{
16
17
}
18
19
}
20
}
string
std::string string
Definition:
nybbler.cc:12
nutools
Simple service to provide a RunHistory configured to the right run.
Definition:
Column.cpp:14
nutools::dbi::ColumnDef::~ColumnDef
~ColumnDef()
Definition:
ColumnDef.cpp:14
nutools::dbi::ColumnDef::ColumnDef
ColumnDef(std::string cname, std::string ctype)
Definition:
ColumnDef.cpp:6
Generated by
1.8.11