21 Feb
2013
21 Feb
'13
11:23 a.m.
Chris,
class Item { virtual void Decode(istream& Stream) = 0; }
class Double : public Item class String : public Item
class EmployeePacket { std::vector
- Items; ...
Maybe boost::any will do better here ? http://www.boost.org/doc/libs/1_53_0/doc/html/any.html