Beta.cpp

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

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

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