class hint_base
Declaration
class hint_base { /* full declaration omitted */ };
Declared at: include/hint.h:19
Member Function Overview
- hint_base()
- hint_base(const hint_base &)
- hint_base(hint_base &&)
- operator=(const hint_base &) → hint_base &
- operator=(hint_base &&) → hint_base &
- ~hint_base() → virtual
- validate(const hint_base & other) const → virtual void
Member Functions
¶hint_base()
hint_base()
Declared at: include/hint.h:21
¶hint_base(const hint_base&)
hint_base(const hint_base&)
Declared at: include/hint.h:22
Parameters
- const hint_base&
¶hint_base(hint_base&&)
hint_base(hint_base&&)
Declared at: include/hint.h:24
Parameters
¶hint_base& operator=(const hint_base&)
hint_base& operator=(const hint_base&)
Declared at: include/hint.h:23
Parameters
- const hint_base&
¶hint_base& operator=(hint_base&&)
hint_base& operator=(hint_base&&)
Declared at: include/hint.h:25
Parameters
¶virtual ~hint_base()
virtual ~hint_base()
Declared at: include/hint.h:26
¶virtual void validate(
const hint_base& other) const
virtual void validate(
const hint_base& other) const
Declared at: include/hint.h:30
Parameters
- const hint_base& other