Changeset 570 for trunk/lib/utility
- Timestamp:
- Apr 5, 2006, 3:09:49 PM (17 years ago)
- Location:
- trunk/lib/utility
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/utility/Exception.h
r420 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2005 Jari Häkkinen, Peter Johansson 5 Copyright (C) 2006 Jari Häkkinen 6 7 This file is part of the thep c++ tools library, 8 http://lev.thep.lu.se/trac/c++_tools 9 10 The c++ tools library is free software; you can redistribute it 11 and/or modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 2 of 13 the License, or (at your option) any later version. 14 15 The c++ tools library is distributed in the hope that it will be 16 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 17 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 24 */ 2 25 3 26 #ifndef _theplu_utility_exception_ -
trunk/lib/utility/FileIO.cc
r301 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2004 Jari Häkkinen 5 Copyright (C) 2005 Peter Johansson 6 Copyright (C) 2006 Jari Häkkinen 7 8 This file is part of the thep c++ tools library, 9 http://lev.thep.lu.se/trac/c++_tools 10 11 The c++ tools library is free software; you can redistribute it 12 and/or modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 2 of 14 the License, or (at your option) any later version. 15 16 The c++ tools library is distributed in the hope that it will be 17 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 18 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 25 */ 2 26 3 27 #include <c++_tools/utility/FileIO.h> -
trunk/lib/utility/FileIO.h
r497 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2004 Jari Häkkinen 5 Copyright (C) 2005 Peter Johansson 6 Copyright (C) 2006 Jari Häkkinen 7 8 This file is part of the thep c++ tools library, 9 http://lev.thep.lu.se/trac/c++_tools 10 11 The c++ tools library is free software; you can redistribute it 12 and/or modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 2 of 14 the License, or (at your option) any later version. 15 16 The c++ tools library is distributed in the hope that it will be 17 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 18 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 25 */ 2 26 3 27 #ifndef _theplu_utility_fileio_ -
trunk/lib/utility/Makefile.am
r384 r570 3 3 ## $Id: Makefile.am 281 2005-04-20 16:45:02Z peter $ 4 4 5 # Copyright (C) 2005 Jari Häkkinen, Peter Johansson 6 # Copyright (C) 2006 Jari Häkkinen 7 # 8 # This file is part of the thep c++ tools library, 9 # http://lev.thep.lu.se/trac/c++_tools 10 # 11 # The c++ tools library is free software; you can redistribute it 12 # and/or modify it under the terms of the GNU General Public License as 13 # published by the Free Software Foundation; either version 2 of the 14 # License, or (at your option) any later version. 15 # 16 # The c++ library is distributed in the hope that it will be useful, 17 # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # General Public License for more details. 20 # 21 # You should have received a copy of the GNU General Public License 22 # along with this program; if not, write to the Free Software 23 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 # 02111-1307, USA. 5 25 6 26 INCLUDES = @LOCAL_INCLUDES@ -
trunk/lib/utility/NNI.cc
r301 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2004 Jari Häkkinen 5 Copyright (C) 2005 Peter Johansson 6 Copyright (C) 2006 Jari Häkkinen 7 8 This file is part of the thep c++ tools library, 9 http://lev.thep.lu.se/trac/c++_tools 10 11 The c++ tools library is free software; you can redistribute it 12 and/or modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 2 of 14 the License, or (at your option) any later version. 15 16 The c++ tools library is distributed in the hope that it will be 17 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 18 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 25 */ 2 26 3 27 #include <c++_tools/utility/NNI.h> -
trunk/lib/utility/NNI.h
r376 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2004 Jari Häkkinen 5 Copyright (C) 2005 Jari Häkkinen, Peter Johansson 6 Copyright (C) 2006 Jari Häkkinen 7 8 This file is part of the thep c++ tools library, 9 http://lev.thep.lu.se/trac/c++_tools 10 11 The c++ tools library is free software; you can redistribute it 12 and/or modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 2 of 14 the License, or (at your option) any later version. 15 16 The c++ tools library is distributed in the hope that it will be 17 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 18 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 25 */ 2 26 3 27 #ifndef _theplu_utility_nni_ -
trunk/lib/utility/WeNNI.cc
r301 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2004 Jari Häkkinen 5 Copyright (C) 2005 Jari Häkkinen, Peter Johansson 6 Copyright (C) 2006 Jari Häkkinen 7 8 This file is part of the thep c++ tools library, 9 http://lev.thep.lu.se/trac/c++_tools 10 11 The c++ tools library is free software; you can redistribute it 12 and/or modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 2 of 14 the License, or (at your option) any later version. 15 16 The c++ tools library is distributed in the hope that it will be 17 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 18 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 25 */ 2 26 3 27 #include <c++_tools/utility/WeNNI.h> -
trunk/lib/utility/WeNNI.h
r376 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2004 Jari Häkkinen 5 Copyright (C) 2005 Peter Johansson 6 Copyright (C) 2006 Jari Häkkinen 7 8 This file is part of the thep c++ tools library, 9 http://lev.thep.lu.se/trac/c++_tools 10 11 The c++ tools library is free software; you can redistribute it 12 and/or modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 2 of 14 the License, or (at your option) any later version. 15 16 The c++ tools library is distributed in the hope that it will be 17 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 18 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 25 */ 2 26 3 27 #ifndef _theplu_utility_wenni_ -
trunk/lib/utility/kNNI.cc
r301 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2004 Jari Häkkinen 5 Copyright (C) 2005 Peter Johansson 6 Copyright (C) 2006 Jari Häkkinen 7 8 This file is part of the thep c++ tools library, 9 http://lev.thep.lu.se/trac/c++_tools 10 11 The c++ tools library is free software; you can redistribute it 12 and/or modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 2 of 14 the License, or (at your option) any later version. 15 16 The c++ tools library is distributed in the hope that it will be 17 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 18 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 25 */ 2 26 3 27 #include <c++_tools/utility/kNNI.h> -
trunk/lib/utility/kNNI.h
r376 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2004 Jari Häkkinen 5 Copyright (C) 2005 Jari Häkkinen, Peter Johansson 6 Copyright (C) 2006 Jari Häkkinen 7 8 This file is part of the thep c++ tools library, 9 http://lev.thep.lu.se/trac/c++_tools 10 11 The c++ tools library is free software; you can redistribute it 12 and/or modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 2 of 14 the License, or (at your option) any later version. 15 16 The c++ tools library is distributed in the hope that it will be 17 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 18 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 25 */ 2 26 3 27 #ifndef _theplu_utility_knni_ -
trunk/lib/utility/stl_utility.cc
r437 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2005 Jari Häkkinen, Peter Johansson, Markus Ringnér 5 Copyright (C) 2006 Jari Häkkinen 6 7 This file is part of the thep c++ tools library, 8 http://lev.thep.lu.se/trac/c++_tools 9 10 The c++ tools library is free software; you can redistribute it 11 and/or modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 2 of 13 the License, or (at your option) any later version. 14 15 The c++ tools library is distributed in the hope that it will be 16 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 17 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 24 */ 2 25 3 26 #include <c++_tools/utility/stl_utility.h> -
trunk/lib/utility/stl_utility.h
r475 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2004 Jari Häkkinen 5 Copyright (C) 2005 Jari Häkkinen, Peter Johansson, Markus Ringnér 6 Copyright (C) 2006 Jari Häkkinen 7 8 This file is part of the thep c++ tools library, 9 http://lev.thep.lu.se/trac/c++_tools 10 11 The c++ tools library is free software; you can redistribute it 12 and/or modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 2 of 14 the License, or (at your option) any later version. 15 16 The c++ tools library is distributed in the hope that it will be 17 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 18 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 25 */ 2 26 3 27 #ifndef _theplu_utility_stl_utility_ -
trunk/lib/utility/utility.cc
r437 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2005 Jari Häkkinen, Markus Ringnér 5 Copyright (C) 2006 Jari Häkkinen 6 7 This file is part of the thep c++ tools library, 8 http://lev.thep.lu.se/trac/c++_tools 9 10 The c++ tools library is free software; you can redistribute it 11 and/or modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 2 of 13 the License, or (at your option) any later version. 14 15 The c++ tools library is distributed in the hope that it will be 16 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 17 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 24 */ 2 25 3 26 #include <c++_tools/utility/utility.h> -
trunk/lib/utility/utility.h
r435 r570 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2005 Jari Häkkinen, Peter Johansson, Markus Ringnér 5 Copyright (C) 2006 Jari Häkkinen 6 7 This file is part of the thep c++ tools library, 8 http://lev.thep.lu.se/trac/c++_tools 9 10 The c++ tools library is free software; you can redistribute it 11 and/or modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 2 of 13 the License, or (at your option) any later version. 14 15 The c++ tools library is distributed in the hope that it will be 16 useful, but WITHOUT ANY WARRANTY; without even the implied warranty 17 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 24 */ 2 25 3 26 #ifndef _theplu_utility_utility_
Note: See TracChangeset
for help on using the changeset viewer.