15#ifndef _RBT_CELLTOKENITER_H_
16#define _RBT_CELLTOKENITER_H_
18#include "rxdock/Config.h"
19#include "rxdock/Context.h"
20#include "rxdock/Token.h"
21#include "rxdock/geneticprogram/GPChromosome.h"
24#include "rxdock/TokenIter.h"
26#include <nlohmann/json.hpp>
28using json = nlohmann::json;
34 static const std::string _CT;
47 friend void from_json(
const json &j,
CellTokenIter &callTokIt);
63 std::stack<int> cells;
72typedef std::vector<CellTokenIterPtr>
74typedef CellTokenIterList::iterator CellTokenIterListIter;
75typedef CellTokenIterList::const_iterator CellTokenIterListConstIter;
Definition CellTokenIter.h:32
Definition TokenIter.h:24