0_0_4657167_2739.cpp:89: error: expected `}' at end of input
0_0_4657167_2739.cpp: In member function `bool trieGraph::insert(int, char*)':
0_0_4657167_2739.cpp:26: error: `root' undeclared (first use this function)
0_0_4657167_2739.cpp:26: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4657167_2739.cpp:29: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:31: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:31: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:33: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:36: error: `vnode' undeclared (first use this function)
0_0_4657167_2739.cpp:37: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:38: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:39: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp: In member function `void trieGraph::buildGraph()':
0_0_4657167_2739.cpp:44: error: `root' undeclared (first use this function)
0_0_4657167_2739.cpp:61: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:63: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:66: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:68: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:68: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:71: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:75: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp:77: error: invalid use of undefined type `struct trieGraph::Node'
0_0_4657167_2739.cpp:21: error: forward declaration of `struct trieGraph::Node'
0_0_4657167_2739.cpp: In member function `int trieGraph::match(char*)':
0_0_4657167_2739.cpp:85: error: `root' undeclared (first use this function)
0_0_4657167_2739.cpp:89: error: expected `}' at end of input
0_0_4657167_2739.cpp:89: error: expected `}' at end of input
0_0_4657167_2739.cpp: At global scope:
0_0_4657167_2739.cpp:89: error: expected unqualified-id at end of input
0_0_4657167_2739.cpp:89: error: expected `,' or `;' at end of input
|