Skip to content
Snippets Groups Projects
Commit 2c8838c3 authored by Jeremie Deray's avatar Jeremie Deray
Browse files

add NodeBase::Serializer declaration

parent 9a9188d8
No related branches found
No related tags found
1 merge request!141Serialization
This commit is part of merge request !141. Comments created here will be created in the context of that merge request.
......@@ -51,11 +51,14 @@ namespace wolf {
* Finally, all the other node names in the Wolf Tree are not required, and in fact they are not used for anything.
*
**/
class NodeBase
{
private:
static unsigned int node_id_count_; ///< Object counter (acts as simple ID factory)
struct Serializer;
protected:
ProblemWPtr problem_ptr_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment