Scarab  v2.9.1
Project 8 C++ Utility Library
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
TestPropRVP Struct Reference

Public Member Functions

const UserTypeget1 () const
 
const UserTypeget2 () const
 
UserType get_rvalue () const
 
void set1 (int v)
 
void set2 (int v)
 

Public Attributes

UserType v1 {1}
 
UserType v2 {1}
 

Static Public Attributes

static UserType sv1
 
static UserType sv2
 

Detailed Description

Definition at line 93 of file test_methods_and_attributes.cpp.

Member Function Documentation

◆ get1()

const UserType& get1 ( ) const
inline

Definition at line 99 of file test_methods_and_attributes.cpp.

◆ get2()

const UserType& get2 ( ) const
inline

Definition at line 100 of file test_methods_and_attributes.cpp.

◆ get_rvalue()

UserType get_rvalue ( ) const
inline

Definition at line 101 of file test_methods_and_attributes.cpp.

◆ set1()

void set1 ( int  v)
inline

Definition at line 102 of file test_methods_and_attributes.cpp.

◆ set2()

void set2 ( int  v)
inline

Definition at line 103 of file test_methods_and_attributes.cpp.

Member Data Documentation

◆ sv1

UserType sv1
static

Definition at line 96 of file test_methods_and_attributes.cpp.

◆ sv2

UserType sv2
static

Definition at line 97 of file test_methods_and_attributes.cpp.

◆ v1

UserType v1 {1}

Definition at line 94 of file test_methods_and_attributes.cpp.

◆ v2

UserType v2 {1}

Definition at line 95 of file test_methods_and_attributes.cpp.


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