Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
anonymous_namespace{CompositeTest.cpp}::MyComponent Struct Reference
Inheritance diagram for anonymous_namespace{CompositeTest.cpp}::MyComponent:
[legend]

Public Member Functions

 MyComponent (int value)
 
 MyComponent (int value, Ignore ignored)
 
virtual ~MyComponent ()=default
 
 operator int () const
 

Public Attributes

const int value
 

Detailed Description

Definition at line 26 of file CompositeTest.cpp.

Constructor & Destructor Documentation

◆ MyComponent() [1/2]

anonymous_namespace{CompositeTest.cpp}::MyComponent::MyComponent ( int  value)
inline

◆ MyComponent() [2/2]

anonymous_namespace{CompositeTest.cpp}::MyComponent::MyComponent ( int  value,
Ignore  ignored 
)
inline

Definition at line 28 of file CompositeTest.cpp.

28: value{ value } {}

◆ ~MyComponent()

virtual anonymous_namespace{CompositeTest.cpp}::MyComponent::~MyComponent ( )
virtualdefault

Member Function Documentation

◆ operator int()

anonymous_namespace{CompositeTest.cpp}::MyComponent::operator int ( ) const
inline

Definition at line 31 of file CompositeTest.cpp.

31{ return value; }

Member Data Documentation

◆ value

const int anonymous_namespace{CompositeTest.cpp}::MyComponent::value

Definition at line 30 of file CompositeTest.cpp.


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