Scorum
Classes | Namespaces | Typedefs | Functions
game.hpp File Reference
#include <fc/static_variant.hpp>

Go to the source code of this file.

Classes

struct  scorum::protocol::soccer_game
 
struct  scorum::protocol::hockey_game
 

Namespaces

 scorum
 
 scorum::protocol
 
 fc
 

Typedefs

using scorum::protocol::game_type = fc::static_variant< soccer_game, hockey_game >
 

Functions

template<>
void fc::to_variant (const game_type &game, fc::variant &var)
 
template<>
void fc::from_variant (const fc::variant &var, game_type &game)