00001 #ifndef CCTBX_ELTBX_BASIC_H 00002 #define CCTBX_ELTBX_BASIC_H 00003 00004 #include <cctbx/error.h> 00005 00006 namespace cctbx { 00008 00014 namespace eltbx { 00015 namespace basic { 00016 00018 00031 std::string 00032 strip_label(std::string const& Label, bool exact = false); 00033 00035 00044 int 00045 match_labels(std::string const& work_label, const char* tab_label); 00046 00047 }}} // namespace cctbx::eltbx::basic 00048 00049 #endif // CCTBX_ELTBX_BASIC_H
1.5.6