|
@@ -39,6 +39,7 @@
|
|
|
class EXPCL_PANDA_PGRAPH WorkingNodePath {
|
|
class EXPCL_PANDA_PGRAPH WorkingNodePath {
|
|
|
public:
|
|
public:
|
|
|
INLINE WorkingNodePath(const NodePath &start);
|
|
INLINE WorkingNodePath(const NodePath &start);
|
|
|
|
|
+ INLINE WorkingNodePath(NodePath &&start);
|
|
|
INLINE WorkingNodePath(const WorkingNodePath ©);
|
|
INLINE WorkingNodePath(const WorkingNodePath ©);
|
|
|
INLINE WorkingNodePath(const WorkingNodePath &parent, PandaNode *child);
|
|
INLINE WorkingNodePath(const WorkingNodePath &parent, PandaNode *child);
|
|
|
INLINE ~WorkingNodePath();
|
|
INLINE ~WorkingNodePath();
|