15 #ifndef Om_Language_Operation_DropOperation_
23 #ifndef Om_Macro_Precompilation_
25 #include "boost/test/unit_test.hpp"
35 BOOST_AUTO_TEST_SUITE(DropOperationTest)
37 BOOST_AUTO_TEST_CASE(DefinitionTest) {
44 BOOST_AUTO_TEST_CASE(SimpleTest) {
51 BOOST_AUTO_TEST_SUITE_END()
66 Om::Language::Operation::DropOperation
70 inline char const * Type_::GetName() {
74 template <
typename TheDropOperation>
75 inline void Type_::GiveElements(
77 Consumer & theConsumer
79 theConsumer.TakeElement(
86 inline bool Type_::ParseQuotedElements(
96 template <
typename TheOperand>
97 inline bool Type_::TakeOperand(
104 template <
typename TheProducer>
105 inline bool Type_::TakeQuotedProducer(
#define Om_Language_Operation_DropOperation_GetName_()