00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef VCSN_AUTOMATA_CONCEPT_TAGS_HH
00018 # define VCSN_AUTOMATA_CONCEPT_TAGS_HH
00019
00020
00021 namespace vcsn
00022 {
00023 struct NoTag
00024 {};
00025
00026 }
00027
00028 static inline bool operator==(const vcsn::NoTag& a, const vcsn::NoTag& b);
00029 static inline bool operator!=(const vcsn::NoTag& a, const vcsn::NoTag& b);
00030
00031
00032 #ifndef VCSN_USE_INTERFACE_ONLY
00033 # include <vaucanson/automata/concept/tags.hxx>
00034 #endif // VCSN_USE_INTERFACE_ONLY
00035
00036
00037 #endif // ! VCSN_AUTOMATA_CONCEPT_TAGS_HH