CPP-TOOLBOX
Loading...
Searching...
No Matches
cpp_utils.main.CppMember Class Reference

Public Member Functions

 __init__ (self, str name, str type_name, str value="")
 
 __str__ (self)
 

Public Attributes

 name = name
 
 type_name = type_name
 
 value = value;
 

Detailed Description

Represents a member of a C++ class.

Constructor & Destructor Documentation

◆ __init__()

cpp_utils.main.CppMember.__init__ ( self,
str name,
str type_name,
str value = "" )

Member Function Documentation

◆ __str__()

cpp_utils.main.CppMember.__str__ ( self)
Return the string representation of the member.

Member Data Documentation

◆ name

cpp_utils.main.CppMember.name = name

◆ type_name

cpp_utils.main.CppMember.type_name = type_name

◆ value

cpp_utils.main.CppMember.value = value;

The documentation for this class was generated from the following file: