Lines Matching full:default
16 Trap() = default;
18 Trap(Trap&&) = default;
20 Trap& operator=(Trap&&) = default;
21 virtual ~Trap() = default;
34 ErrorTrap() = default;
36 ErrorTrap(ErrorTrap&&) = default;
38 ErrorTrap& operator=(ErrorTrap&&) = default;
39 ~ErrorTrap() = default;
55 SNMPTrap(SNMPTrap&&) = default;
57 SNMPTrap& operator=(SNMPTrap&&) = default;
58 virtual ~SNMPTrap() = default;