Phoenix
Object-oriented orthogonally persistent operating system
|
00001 /* 00002 * /phoenix/include/triton.h 00003 * 00004 * This file is a part of Phoenix operating system. 00005 * Copyright (c) 2011-2012, Artyom Lebedev <artyom.lebedev@gmail.com> 00006 * All rights reserved. 00007 * See COPYING file for copyright details. 00008 */ 00009 00016 #ifndef TRITON_H_ 00017 #define TRITON_H_ 00018 00019 #include <triton/utils.h> 00020 #include <triton/object.h> 00021 #include <triton/exception.h> 00022 #include <triton/ptr.h> 00023 #include <triton/numeric.h> 00024 #include <triton/tuple.h> 00025 #include <triton/iterator.h> 00026 00027 #endif /* TRITON_H_ */