summaryrefslogtreecommitdiff
path: root/cli/inline.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-06-21Generate "direct access" modifier in addition to "setter"Boris Kolpackov1-0/+8
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-06-02Implement generation of specifier functions (--generate-specifier)Boris Kolpackov1-0/+18
These functions determine whether the option was specified on the command line. New test: specifier.
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-11-22Implement option value modifiers generationBoris Kolpackov1-1/+8
2009-10-18Use consistent const placementBoris Kolpackov1-1/+1
2009-09-27Generate accessor implementationsBoris Kolpackov1-1/+53
2009-09-20Add header, inline, and source generatorsBoris Kolpackov1-0/+24
All they currently do is output the namespace structure plus the included C++ files for header.