Merge latest master into doxygen branch.
This commit is contained in:
commit
9b857e6cf1
275 changed files with 6821 additions and 2094 deletions
|
|
@ -297,6 +297,9 @@ protected:
|
|||
/* Return the current class prefix */
|
||||
String *getClassPrefix() const;
|
||||
|
||||
/* Return the current enum class prefix */
|
||||
String *getEnumClassPrefix() const;
|
||||
|
||||
/* Fully qualified type name to use */
|
||||
String *getClassType() const;
|
||||
|
||||
|
|
@ -324,6 +327,9 @@ public:
|
|||
*/
|
||||
virtual NestedClassSupport nestedClassesSupport() const;
|
||||
|
||||
/* Returns true if the target language supports key word arguments (kwargs) */
|
||||
virtual bool kwargsSupport() const;
|
||||
|
||||
protected:
|
||||
/* Identifies if a protected members that are generated when the allprotected option is used.
|
||||
This does not include protected virtual methods as they are turned on with the dirprot option. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue