paludis  Version 1.4.0
elike_blocker-se.hh
1 /* vim: set ro : */
2 
3 /* ******************************************************** */
4 /* THIS IS A GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY */
5 /* ******************************************************** */
6 
7 enum ELikeBlockerKind
8 {
9  ebk_no_block, ///< No block
10  ebk_single_bang, ///< Single !
11  ebk_double_bang, ///< Double !!
12  ebk_bang_question, ///< Synthetic !?
13  last_ebk ///< Number of keys in paludis::ELikeBlockerKind
14 };
15 
16 /**
17  * Write a ELikeBlockerKind to a stream.
18  */
19 std::ostream &
20 operator<< (std::ostream &, const ELikeBlockerKind &) PALUDIS_VISIBLE;
21 
22 /**
23  * Read a ELikeBlockerKind from a stream.
24  */
25 std::istream &
26 operator>> (std::istream &, ELikeBlockerKind &) PALUDIS_VISIBLE;
27