Searched defs:Constructable (Results 1 – 1 of 1) sorted by relevance
26 class Constructable { class40 Constructable() : constructed(true), value(0) { in Constructable() function in __anon05d956530111::Constructable44 Constructable(int val) : constructed(true), value(val) { in Constructable() function in __anon05d956530111::Constructable48 Constructable(const Constructable & src) : constructed(true) { in Constructable() function in __anon05d956530111::Constructable54 Constructable(Constructable && src) : constructed(true) { in Constructable() function in __anon05d956530111::Constructable