aboutsummaryrefslogtreecommitdiff
path: root/src/tafnode.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2008-06-02 14:40:27 +0000
committerMike Buland <eichlan@xagasoft.com>2008-06-02 14:40:27 +0000
commitb84120127c21e6be693f554d7f170b73faacc09d (patch)
tree7a1715ff75dfe0e7322cd4c2d1a3f1da47da5681 /src/tafnode.h
parent711caf2fc55c16272fbcd2bfb9ffe315ecaf5a1a (diff)
downloadlibbu++-b84120127c21e6be693f554d7f170b73faacc09d.tar.gz
libbu++-b84120127c21e6be693f554d7f170b73faacc09d.tar.bz2
libbu++-b84120127c21e6be693f554d7f170b73faacc09d.tar.xz
libbu++-b84120127c21e6be693f554d7f170b73faacc09d.zip
Added another helper to Bu::TafGroup, very handy...something happened to the
logger...I guess.
Diffstat (limited to '')
-rw-r--r--src/tafnode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tafnode.h b/src/tafnode.h
index d76fae9..9f80781 100644
--- a/src/tafnode.h
+++ b/src/tafnode.h
@@ -61,6 +61,8 @@ namespace Bu
61 void setName( const Bu::FString &sName ); 61 void setName( const Bu::FString &sName );
62 62
63 const Bu::FString &getProperty( const Bu::FString &sName ) const; 63 const Bu::FString &getProperty( const Bu::FString &sName ) const;
64 const Bu::FString &getProperty( const Bu::FString &sName,
65 const Bu::FString &sDef ) const;
64 const PropList &getProperties( const Bu::FString &sName ) const; 66 const PropList &getProperties( const Bu::FString &sName ) const;
65 const TafGroup *getChild( const Bu::FString &sName ) const; 67 const TafGroup *getChild( const Bu::FString &sName ) const;
66 const GroupList &getChildren( const Bu::FString &sName ) const; 68 const GroupList &getChildren( const Bu::FString &sName ) const;