| 
    Compadre
    1.6.4
    
   | 
 
Class handling Kokkos command line arguments and returning parameters. More...
Class handling Kokkos command line arguments and returning parameters.
Definition at line 21 of file Compadre_KokkosParser.hpp.
#include <Compadre_KokkosParser.hpp>
Public Member Functions | |
| KokkosParser (KokkosInitArguments args, bool print_status=false) | |
| KokkosParser (int argc, char *args[], bool print_status=false) | |
| KokkosParser (std::vector< std::string > args, bool print_status=false) | |
| KokkosParser (bool print_status=false) | |
| ~KokkosParser () | |
| KokkosParser & | operator= (const KokkosParser &)=delete | 
Static Public Member Functions | |
| static std::string | status () | 
Private Member Functions | |
| KokkosParser () | |
Private Attributes | |
| Kokkos::ScopeGuard * | ksg | 
      
  | 
  private | 
| KokkosParser::KokkosParser | ( | KokkosInitArguments | args, | 
| bool | print_status = false  | 
        ||
| ) | 
Definition at line 14 of file Compadre_KokkosParser.cpp.
| KokkosParser::KokkosParser | ( | int | argc, | 
| char * | args[], | ||
| bool | print_status = false  | 
        ||
| ) | 
Definition at line 23 of file Compadre_KokkosParser.cpp.
| KokkosParser::KokkosParser | ( | std::vector< std::string > | args, | 
| bool | print_status = false  | 
        ||
| ) | 
Definition at line 31 of file Compadre_KokkosParser.cpp.
| KokkosParser::KokkosParser | ( | bool | print_status = false | ) | 
Definition at line 46 of file Compadre_KokkosParser.cpp.
      
  | 
  inline | 
Definition at line 44 of file Compadre_KokkosParser.hpp.
      
  | 
  delete | 
      
  | 
  static | 
Definition at line 48 of file Compadre_KokkosParser.cpp.
      
  | 
  private | 
Definition at line 28 of file Compadre_KokkosParser.hpp.
 1.8.5