rasdaman client API 10.6.3
The Array Analytics Engine: Datacubes at Your Fingertips
genreftype.hh
Go to the documentation of this file.
1/*
2 * This file is part of rasdaman community.
3 *
4 * Rasdaman community is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
8 *
9 * Rasdaman community is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public License
15 * along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
16 *
17 * Copyright 2003 - 2010 Peter Baumann / rasdaman GmbH.
18 *
19 * For more information please see <http://www.rasdaman.org>
20 * or contact Peter Baumann via <baumann@rasdaman.com>.
21*/
22
23#ifndef GENREFTYPE_HH
24#define GENREFTYPE_HH
25
36
39{
41 void *ref;
42};
43
44#endif
GenRefType
possible non-r_Object values maintained by the transaction
Definition genreftype.hh:28
@ POINT
Definition genreftype.hh:31
@ MINTERVAL
Definition genreftype.hh:29
@ SINTERVAL
Definition genreftype.hh:30
@ SCALAR
Definition genreftype.hh:33
@ STRING
Definition genreftype.hh:34
@ OID
Definition genreftype.hh:32
element type of non r_Object list maintained by the transaction
Definition genreftype.hh:39
void * ref
Definition genreftype.hh:41
GenRefType type
Definition genreftype.hh:40