OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
types.h
Go to the documentation of this file.
1 /*
2  * opencog/atomspace/types.h
3  *
4  * Copyright (C) 2002-2007 Novamente LLC
5  * All Rights Reserved
6  *
7  * Written by Thiago Maia <thiago@vettatech.com>
8  * Andre Senna <senna@vettalabs.com>
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU Affero General Public License v3 as
12  * published by the Free Software Foundation and including the exceptions
13  * at http://opencog.org/wiki/Licenses
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU Affero General Public License
21  * along with this program; if not, write to:
22  * Free Software Foundation, Inc.,
23  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24  */
25 
30 #ifndef _OPENCOG_TYPES_H
31 #define _OPENCOG_TYPES_H
32 
33 namespace opencog
34 {
39 typedef unsigned short Type;
41 
43 } // namespace opencog
44 
45 #endif // _OPENCOG_TYPES_H
unsigned short Type
type of Atoms, represented as short integer (16 bits)
Definition: types.h:40