summaryrefslogtreecommitdiff
path: root/include/plist/Node.h
Commit message (Expand)AuthorAgeFilesLines
* Properly rename header guards according to C++ standardNikias Bassen2014-08-061-3/+3
* Move some methods and drop Utils class in C++ binding.Jonathan Beck2009-11-111-0/+2
* Remove wrongly exposed SetParent method.Jonathan Beck2009-11-101-2/+4
* Format sources to ANSI style using AStyle (astyle --style=ansi).Jonathan Beck2009-10-281-19/+19
* Add Set/Get Parent and a helper to create a Node from a plist_t.Jonathan Beck2009-10-261-3/+6
* prefix headers #ifndef with PLIST__ to make them less common.Jonathan Beck2009-10-191-3/+3
* Fix Node lifecycle and change argument as reference to const reference.Jonathan Beck2009-10-161-4/+4
* Fix various mistakes in C++ bindings.Jonathan Beck2009-10-151-1/+1
* Add C++ binding.Jonathan Beck2009-10-131-0/+49