The suplib C++ library is a collection of groovy, general purpose routines. It's split up into several sub-packages (see the Modules page for more information).
Copyright (C) 2006 Smithsonian Astrophysical Observatory
This file is part of suplibxx
suplibxx is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
suplibxx is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA
These routines concern themselves with selecting or excluding column names based on exact matches or Perl regular expression. To use them, ensure that you include the correct header file:
#include <suplib++/colselect.h>
These routines concern themselves with input and output. To use them, ensure that you include the correct header file:
#include <suplib++/io.h>
These are functions which manipulate strings. Ensure that you include the correct header file:
#include <suplib++/str.h>