![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
#include "PClassAttribute.h"
Include dependency graph for class_attribute_utils.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| PClassAttribute | createClassAttribute (const PString &type, const PString &name, const PString &documentation="") |
| Creates a PClassAttribute. | |
| PClassAttribute | createClassAttribute (const PString &typeName, const PString &name, bool isPointer, bool isReference, const PString &documentation) |
| Create an attribute. | |
| PClassAttribute createClassAttribute | ( | const PString & | type, |
| const PString & | name, | ||
| const PString & | documentation ) |
Creates a PClassAttribute.
| type | : type of the attribute |
| name | : name of the attribute |
| documentation | : documentation of the attribute |
Definition at line 15 of file class_attribute_utils.cpp.
References PClassAttribute::setDocumentation(), PClassAttribute::setName(), and PClassAttribute::setType().
Referenced by parseClassConfigAttribut(), and parseEnumValue().
Here is the call graph for this function:
Here is the caller graph for this function:| PClassAttribute createClassAttribute | ( | const PString & | typeName, |
| const PString & | name, | ||
| bool | isPointer, | ||
| bool | isReference, | ||
| const PString & | documentation ) |
Create an attribute.
| typeName | : type of the attribute |
| name | : name of the attribute |
| isPointer | : true if the attribute is a pointer |
| isReference | : true if the attribute is a reference |
| documentation | : documentation of the attribute |
Definition at line 31 of file class_attribute_utils.cpp.
References PClassAttribute::setDocumentation(), PClassAttribute::setIsPointer(), PClassAttribute::setIsReference(), PClassAttribute::setName(), and PClassAttribute::setType().
Here is the call graph for this function: