NVIDIA Index example code nvidia_logo_transpbg.gif Up
xac_compute::Option_map Class Reference

#include <xac_compute.h>

Public Types

typedef std::map< std::string, std::string > Map_type
 

Public Member Functions

std::string & operator[] (const std::string &key)
 
std::string operator[] (const std::string &key) const
 
Map_typeget_map ()
 
const Map_typeget_map () const
 
bool has_key (const std::string &key) const
 

Detailed Description

Definition at line 57 of file xac_compute.h.

Member Typedef Documentation

 Map_type

typedef std::map<std::string, std::string> xac_compute::Option_map::Map_type

Definition at line 60 of file xac_compute.h.

Member Function Documentation

 get_map() [1/2]

Map_type & xac_compute::Option_map::get_map ( )
inline

Definition at line 77 of file xac_compute.h.

 get_map() [2/2]

const Map_type & xac_compute::Option_map::get_map ( ) const
inline

Definition at line 78 of file xac_compute.h.

 has_key()

bool xac_compute::Option_map::has_key ( const std::string &  key) const
inline

Definition at line 79 of file xac_compute.h.

 operator[]() [1/2]

std::string & xac_compute::Option_map::operator[] ( const std::string &  key)
inline

Definition at line 63 of file xac_compute.h.

 operator[]() [2/2]

std::string xac_compute::Option_map::operator[] ( const std::string &  key) const
inline

Definition at line 69 of file xac_compute.h.


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