18#include "rxdock/Commands.h"
19#include "rxdock/Config.h"
20#include "rxdock/Vble.h"
22#include <nlohmann/json.hpp>
24using json = nlohmann::json;
30 static const std::string _CT;
44 friend void to_json(json &j,
const Token &token);
45 friend void from_json(
const json &j,
Token &token);
47 const Vble &GetVble()
const;
76void to_json(json &j,
const Token &token);
77void from_json(
const json &j,
Token &token);
81typedef std::vector<TokenPtr> TokenList;
82typedef TokenList::iterator TokenListIter;
83typedef TokenList::const_iterator TokenListConstIter;
Definition SmartPointer.h:48