umbrello  2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Classes | Functions | Variables
cxx11-uniform-initialization.h File Reference

Go to the source code of this file.

Classes

struct  BasicStruct
 
struct  AltStruct
 
struct  IdString
 

Functions

IdString get_string ()
 

Variables

BasicStruct var1 {5, 3.2}
 
AltStruct var2 {2, 4.3}
 
std::vector< intthe_vec {4}
 

Function Documentation

IdString get_string ( )

Variable Documentation

std::vector<int> the_vec {4}
BasicStruct var1 {5, 3.2}
AltStruct var2 {2, 4.3}