Alpha.cpp

Demonstrates the introduction of a new type, that can be passed through the vish network.

See also:
Related: - Alpha.hpp
00001 #include "Alpha.hpp"
00002 
00010 namespace Wizt
00011 {
00012 using namespace AlphaBeta;
00013 
00014 bool VValueTrait<Alpha>::setValueFromText(Alpha&i, const string&s)
00015 {
00016         return false;
00017 }
00018 
00019 string VValueTrait<Alpha>::Text(const Alpha&)
00020 {
00021         return "";
00022 }
00023 
00024 
00025 }
00026 
00027 

Generated on Thu Apr 2 18:58:47 2009 for VISHTutorial by  doxygen 1.4.7