Changes in / [76cec6:7cb450]
- Location:
- src/Actions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Actions/ActionTraits.cpp ¶
r76cec6 r7cb450 33 33 ) 34 34 { 35 std::cout << "ActionTraits::ActionTraits(string &) with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;35 //std::cout << "ActionTraits::ActionTraits(string &) with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl; 36 36 } 37 37 … … 58 58 ); 59 59 } 60 std::cout << "ActionTraits::ActionTraits(ActionTraits &) with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;60 //std::cout << "ActionTraits::ActionTraits(ActionTraits &) with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl; 61 61 } 62 62 … … 68 68 OptionTrait(_Traits) 69 69 { 70 std::cout << "ActionTraits::ActionTraits(OptionTrait &) with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;70 //std::cout << "ActionTraits::ActionTraits(OptionTrait &) with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl; 71 71 } 72 72 -
TabularUnified src/Actions/Action_impl_header.hpp ¶
r76cec6 r7cb450 174 174 Options[TOKEN]->setShortForm(std::string(SHORTFORM)); 175 175 #endif /* SHORTFORM */ 176 std::cout << "ActionTrait<ACTION>::ActionTrait() with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;176 //std::cout << "ActionTrait<ACTION>::ActionTrait() with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl; 177 177 } 178 178 -
TabularUnified src/Actions/OptionTrait.cpp ¶
r76cec6 r7cb450 44 44 ShortForm(_shortform) 45 45 { 46 std::cout << "OptionTrait::OptionTrait() with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;46 //std::cout << "OptionTrait::OptionTrait() with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl; 47 47 } 48 48
Note:
See TracChangeset
for help on using the changeset viewer.