Android-cuttlefish cvd tool
Public Attributes | List of all members
cuttlefish::anonymous_namespace{pretty_test.cc}::OuterStruct Struct Reference
Collaboration diagram for cuttlefish::anonymous_namespace{pretty_test.cc}::OuterStruct:
Collaboration graph
[legend]

Public Attributes

std::vector< int > number_vector
 
InnerStruct nested_member
 
std::vector< InnerStructnested_vector
 
std::unique_ptr< int > int_ptr_set
 
std::unique_ptr< int > int_ptr_unset
 
std::map< std::string, InnerStructnested_map
 
std::optional< int > int_opt_set
 
std::optional< int > int_opt_unset
 

Member Data Documentation

◆ int_opt_set

std::optional<int> cuttlefish::anonymous_namespace{pretty_test.cc}::OuterStruct::int_opt_set

◆ int_opt_unset

std::optional<int> cuttlefish::anonymous_namespace{pretty_test.cc}::OuterStruct::int_opt_unset

◆ int_ptr_set

std::unique_ptr<int> cuttlefish::anonymous_namespace{pretty_test.cc}::OuterStruct::int_ptr_set

◆ int_ptr_unset

std::unique_ptr<int> cuttlefish::anonymous_namespace{pretty_test.cc}::OuterStruct::int_ptr_unset

◆ nested_map

std::map<std::string, InnerStruct> cuttlefish::anonymous_namespace{pretty_test.cc}::OuterStruct::nested_map

◆ nested_member

InnerStruct cuttlefish::anonymous_namespace{pretty_test.cc}::OuterStruct::nested_member

◆ nested_vector

std::vector<InnerStruct> cuttlefish::anonymous_namespace{pretty_test.cc}::OuterStruct::nested_vector

◆ number_vector

std::vector<int> cuttlefish::anonymous_namespace{pretty_test.cc}::OuterStruct::number_vector

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