Public Member Functions | List of all members
StandardGeometryConfiguration Struct Reference
Inheritance diagram for StandardGeometryConfiguration:
testing::BoostCommandLineConfiguration< CONFIGURATIONCLASS > testing::BoostCommandLineConfiguration< CONFIGURATIONCLASS > testing::BoostCommandLineConfiguration< CONFIGURATIONCLASS > testing::BoostCommandLineConfiguration< CONFIGURATIONCLASS >

Public Member Functions

 StandardGeometryConfiguration ()
 Constructor: overrides the application name. More...
 
 StandardGeometryConfiguration ()
 Constructor: overrides the application name. More...
 
 StandardGeometryConfiguration ()
 Constructor: overrides the application name. More...
 
 StandardGeometryConfiguration ()
 Constructor: overrides the application name. More...
 
- Public Member Functions inherited from testing::BoostCommandLineConfiguration< CONFIGURATIONCLASS >
 BoostCommandLineConfiguration ()
 Default constructor; this is what is used in Boost unit test. More...
 
 BoostCommandLineConfiguration (std::string name)
 Constructor; accepts the name as parameter. More...
 
 BoostCommandLineConfiguration ()
 Default constructor; this is what is used in Boost unit test. More...
 
 BoostCommandLineConfiguration (std::string name)
 Constructor; accepts the name as parameter. More...
 

Additional Inherited Members

- Public Types inherited from testing::BoostCommandLineConfiguration< CONFIGURATIONCLASS >
using Base_t = CONFIGURATIONCLASS
 
using Base_t = CONFIGURATIONCLASS
 
- Protected Member Functions inherited from testing::BoostCommandLineConfiguration< CONFIGURATIONCLASS >
void ParseCommandLineFromBoost ()
 Parses arguments as delivered by Boost. More...
 
void ParseCommandLineFromBoost ()
 Parses arguments as delivered by Boost. More...
 

Detailed Description

Definition at line 36 of file geometry_geoid_test.cxx.

Constructor & Destructor Documentation

StandardGeometryConfiguration::StandardGeometryConfiguration ( )
inline

Constructor: overrides the application name.

Definition at line 42 of file geometry_geoid_test.cxx.

43  { SetApplicationName("GeometryGeoIDUnitTest"); }
void SetApplicationName(string const &applicationName)
StandardGeometryConfiguration::StandardGeometryConfiguration ( )
inline

Constructor: overrides the application name.

Definition at line 42 of file geometry_iterator_test.cxx.

43  { SetApplicationName("GeometryIteratorUnitTest"); }
void SetApplicationName(string const &applicationName)
StandardGeometryConfiguration::StandardGeometryConfiguration ( )
inline

Constructor: overrides the application name.

Definition at line 42 of file geometry_standardchannelmapping_test.cxx.

43  { SetApplicationName("GeometryStandardChannelMappingTest"); }
void SetApplicationName(string const &applicationName)
StandardGeometryConfiguration::StandardGeometryConfiguration ( )
inline

Constructor: overrides the application name.

Definition at line 43 of file geometry_thirdplaneslope_test.cxx.

44  { SetApplicationName("GeometryThirdPlaneSlopeTest"); }
void SetApplicationName(string const &applicationName)

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