Project
Loading...
Searching...
No Matches
Bar Struct Reference

Inherits FooFoo< int >, and Foo.

Public Member Functions

int someMethod ()
 
void a () override
 
- Public Member Functions inherited from Foo
 Foo (boost::property_tree::ptree in)
 
int O2_VISIBILITY_HIDDEN someHiddenMethod ()
 

Public Attributes

int foo = 1
 
int bar = 2
 
- Public Attributes inherited from Foo
bool foo
 
int x
 
float y
 
int y
 
int foo
 

Detailed Description

Definition at line 151 of file test_TypeTraits.cxx.

Member Function Documentation

◆ a()

void Bar::a ( )
inlineoverridevirtual

Reimplemented from Foo.

Definition at line 20 of file test_Traits.cxx.

◆ someMethod()

int Bar::someMethod ( )
inline

Definition at line 21 of file test_CompilerBuiltins.cxx.

Member Data Documentation

◆ bar

int Bar::bar = 2

Definition at line 27 of file test_StructToTuple.cxx.

◆ foo

int Bar::foo = 1

Definition at line 26 of file test_StructToTuple.cxx.


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