00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef PALUDIS_GUARD_PALUDIS_ELIKE_CHOICES_FWD_HH
00021 #define PALUDIS_GUARD_PALUDIS_ELIKE_CHOICES_FWD_HH 1
00022
00023 #include <paludis/util/attributes.hh>
00024 #include <paludis/choice-fwd.hh>
00025 #include <string>
00026
00027 namespace paludis
00028 {
00029 struct ELikeStripChoiceValue;
00030 struct ELikeSplitChoiceValue;
00031 struct ELikeOptionalTestsChoiceValue;
00032 struct ELikeRecommendedTestsChoiceValue;
00033 struct ELikeExpensiveTestsChoiceValue;
00034 struct ELikeJobsChoiceValue;
00035
00036 const ChoicePrefixName canonical_build_options_prefix() PALUDIS_VISIBLE PALUDIS_ATTRIBUTE((warn_unused_result));
00037 const std::string canonical_build_options_raw_name() PALUDIS_VISIBLE PALUDIS_ATTRIBUTE((warn_unused_result));
00038 const std::string canonical_build_options_human_name() PALUDIS_VISIBLE PALUDIS_ATTRIBUTE((warn_unused_result));
00039 }
00040
00041 #endif