Rosetta
Public Member Functions | Public Attributes | List of all members
testers::test_my_struct Struct Reference

#include <test_struct.hpp>

Public Member Functions

 test_my_struct ()
 
void increment_int ()
 
void add_float ()
 
void append_vec ()
 

Public Attributes

int an_int
 
std::string a_string
 
std::vector< int > a_vector
 
float a_float
 

Constructor & Destructor Documentation

◆ test_my_struct()

testers::test_my_struct::test_my_struct ( )
inline

References a_float, a_string, a_vector, and an_int.

Member Function Documentation

◆ add_float()

void testers::test_my_struct::add_float ( )
inline

References a_float.

◆ append_vec()

void testers::test_my_struct::append_vec ( )
inline

References a_vector.

◆ increment_int()

void testers::test_my_struct::increment_int ( )
inline

References an_int.

Member Data Documentation

◆ a_float

float testers::test_my_struct::a_float

Referenced by add_float(), and test_my_struct().

◆ a_string

std::string testers::test_my_struct::a_string

Referenced by test_my_struct().

◆ a_vector

std::vector<int> testers::test_my_struct::a_vector

Referenced by append_vec(), and test_my_struct().

◆ an_int

int testers::test_my_struct::an_int

Referenced by increment_int(), and test_my_struct().


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