summaryrefslogtreecommitdiffstats
path: root/include/plist/Dictionary.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-04Add GetNodeIdex and GetNodeKey methods.Gravatar Jonathan Beck1-0/+1
2009-10-28Format sources to ANSI style using AStyle (astyle --style=ansi).Gravatar Jonathan Beck1-24/+24
2009-10-26Add Set/Get Parent and a helper to create a Node from a plist_t.Gravatar Jonathan Beck1-2/+2
2009-10-19prefix headers #ifndef with PLIST__ to make them less common.Gravatar Jonathan Beck1-3/+3
2009-10-18Tweak Dictioonary interface a bit.Gravatar Jonathan Beck1-1/+2
2009-10-16Fix Node lifecycle and change argument as reference to const reference.Gravatar Jonathan Beck1-5/+7
2009-10-13Add C++ binding.Gravatar Jonathan Beck1-0/+58