15 #ifndef Om_Language_Operation_IncompleteOperation_
21 #ifndef Om_Macro_Precompilation_
31 Om::Language::Operation::IncompleteOperation
35 inline Type_::~IncompleteOperation() {}
37 inline void Type_::GiveElements(Consumer &) {
39 throw std::logic_error(
"Pure virtual function called.");
42 inline void Type_::GiveElements(Consumer &)
const {
44 throw std::logic_error(
"Pure virtual function called.");
47 inline bool Type_::ParseQuotedElements(
52 throw std::logic_error(
"Pure virtual function called.");
55 inline bool Type_::TakeElement(
60 throw std::logic_error(
"Pure virtual function called.");
63 inline bool Type_::TakeElement(
68 throw std::logic_error(
"Pure virtual function called.");
71 inline bool Type_::TakeQuotedElements(
76 throw std::logic_error(
"Pure virtual function called.");
79 inline bool Type_::TakeQuotedElements(
84 throw std::logic_error(
"Pure virtual function called.");
89 inline Type_::IncompleteOperation() {}