diff options
Diffstat (limited to '')
-rw-r--r-- | src/tafnode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tafnode.h b/src/tafnode.h index 526ef68..f6d2ea9 100644 --- a/src/tafnode.h +++ b/src/tafnode.h | |||
@@ -62,10 +62,12 @@ namespace Bu | |||
62 | const Bu::FString &getName() const; | 62 | const Bu::FString &getName() const; |
63 | void setName( const Bu::FString &sName ); | 63 | void setName( const Bu::FString &sName ); |
64 | 64 | ||
65 | bool hasProperty( const Bu::FString &sName ) const; | ||
65 | const Bu::FString &getProperty( const Bu::FString &sName ) const; | 66 | const Bu::FString &getProperty( const Bu::FString &sName ) const; |
66 | const Bu::FString &getProperty( const Bu::FString &sName, | 67 | const Bu::FString &getProperty( const Bu::FString &sName, |
67 | const Bu::FString &sDef ) const; | 68 | const Bu::FString &sDef ) const; |
68 | const PropList &getProperties( const Bu::FString &sName ) const; | 69 | const PropList &getProperties( const Bu::FString &sName ) const; |
70 | bool hasChild( const Bu::FString &sName ) const; | ||
69 | const TafGroup *getChild( const Bu::FString &sName ) const; | 71 | const TafGroup *getChild( const Bu::FString &sName ) const; |
70 | const GroupList &getChildren( const Bu::FString &sName ) const; | 72 | const GroupList &getChildren( const Bu::FString &sName ) const; |
71 | TafNode *addChild( TafNode *pNode ); | 73 | TafNode *addChild( TafNode *pNode ); |