diff options
Diffstat (limited to '')
-rw-r--r-- | src/tafgroup.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tafgroup.h b/src/tafgroup.h index 6a50d11..f2df669 100644 --- a/src/tafgroup.h +++ b/src/tafgroup.h | |||
@@ -16,6 +16,7 @@ | |||
16 | 16 | ||
17 | namespace Bu | 17 | namespace Bu |
18 | { | 18 | { |
19 | typedef Bu::List<Bu::FString> StrList; | ||
19 | class TafProperty; | 20 | class TafProperty; |
20 | class TafComment; | 21 | class TafComment; |
21 | /** | 22 | /** |
@@ -53,6 +54,10 @@ namespace Bu | |||
53 | TafProperty *addProperty( | 54 | TafProperty *addProperty( |
54 | const Bu::FString &sName, const Bu::FString &sValue ); | 55 | const Bu::FString &sName, const Bu::FString &sValue ); |
55 | const NodeList &getChildren() const; | 56 | const NodeList &getChildren() const; |
57 | const TafGroup *getChildByPath( const Bu::FString &sPath ) const; | ||
58 | const TafGroup *getChildByPath( StrList lPath ) const; | ||
59 | const Bu::FString &getByPath( const Bu::FString &sPath ) const; | ||
60 | const Bu::FString &getByPath( StrList lPath ) const; | ||
56 | 61 | ||
57 | private: | 62 | private: |
58 | Bu::FString sName; | 63 | Bu::FString sName; |