00001 /*! 00002 \file 00003 \brief Class declaration and type definitions for class BruhatOrder. 00004 */ 00005 /* 00006 This is bruhat_fwd.h 00007 00008 Copyright (C) 2004,2005 Fokko du Cloux 00009 part of the Atlas of Reductive Lie Groups 00010 00011 See file main.cpp for full copyright notice 00012 */ 00013 00014 #ifndef BRUHAT_FWD_H /* guard against multiple inclusions */ 00015 #define BRUHAT_FWD_H 00016 00017 #include <cstddef> 00018 #include <vector> 00019 00020 #include "bitmap_fwd.h" 00021 00022 namespace atlas { 00023 00024 /******** type declarations *************************************************/ 00025 00026 namespace bruhat { 00027 00028 class BruhatOrder; 00029 00030 } 00031 00032 } 00033 00034 #endif
1.3.9.1