reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
276 if (this == &Other) return *this; 278 switch (Other.Type) { 280 setBoolean(Other.getBoolean()); 283 setDouble(Other.getDouble()); 286 setUnsigned(Other.getUnsigned()); 289 setString(Other.getString()); 292 setMatcher(Other.getMatcher());