Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct symbol

trial::dynamic::token::symbol

Synopsis

// In header: <boost/libs/trial.protocol/include/trial/dynamic/token.hpp>


struct symbol {

  enum value { null, boolean, integer, real, string, wstring, u16string, 
               u32string, array, map };
};

PrevUpHomeNext