50 #ifndef NODENESTING_H_
51 #define NODENESTING_H_
56 #include "system/thread/Thread.h"
57 using namespace ::br::pucrio::telemidia::ginga::core::system::thread;
59 #include "ncl/components/Node.h"
60 using namespace ::br::pucrio::telemidia::ncl::components;
62 #include "system/compat/SystemCompat.h"
63 using namespace ::br::pucrio::telemidia::ginga::core::system::compat;
71 namespace components {
77 pthread_mutex_t mutexNodes;
90 bool instanceOf(
string s);
92 void append(vector<Node*>* otherSeq);
93 Node* getAnchorNode();
95 Node* getNode(
int index);
97 void insertAnchorNode(Node *node);
98 void insertHeadNode(Node *node);
99 bool removeAnchorNode();
100 bool removeHeadNode();
Definition: NodeNesting.h:72