TuttleOFX  1
TuttleOFX/libraries/tuttle/tests/internalGraph/dummy/DummyAttribute.cpp
Go to the documentation of this file.
00001 #include "DummyAttribute.hpp"
00002 
00003 std::ostream& operator<<( std::ostream& os, const DummyAttribute& v )
00004 {
00005         os << v.name() ;
00006         return os;
00007 }
00008