Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

H5File_specialized Namespace Reference


Functions

template<typename T> hid_t get_type_id ()
template<> hid_t get_type_id< char > ()
template<> hid_t get_type_id< unsigned char > ()
template<> hid_t get_type_id< int > ()
template<> hid_t get_type_id< unsigned int > ()
template<> hid_t get_type_id< float > ()
template<> hid_t get_type_id< double > ()
template<typename T> void get_attr (hid_t loc_id, std::string obj_name, std::string attr_name, T &data)
template<> void get_attr< std::string > (hid_t loc_id, std::string obj_name, std::string attr_name, std::string &str)
template<typename T> bool str_conv1 (std::string str, T &val)
template<typename T> bool str_conv_last (std::string str, std::vector< T > &vals)
template<> bool str_conv1 (std::string str, std::string &val)
template<> bool str_conv_last (std::string str, std::vector< std::string > &vals)


Function Documentation

template<typename T>
void get_attr hid_t    loc_id,
std::string    obj_name,
std::string    attr_name,
T &    data
 

Definition at line 147 of file lmplugin.C.

Referenced by H5File::get_attr, and H5File::get_csv_attr.

template<>
void get_attr< std::string > hid_t    loc_id,
std::string    obj_name,
std::string    attr_name,
std::string &    str
 

template<typename T>
hid_t get_type_id  
 

template<>
hid_t get_type_id< char >   [inline]
 

template<>
hid_t get_type_id< double >   [inline]
 

template<>
hid_t get_type_id< float >   [inline]
 

template<>
hid_t get_type_id< int >   [inline]
 

template<>
hid_t get_type_id< unsigned char >   [inline]
 

template<>
hid_t get_type_id< unsigned int >   [inline]
 

template<>
bool str_conv1 std::string    str,
std::string &    val
 

Definition at line 213 of file lmplugin.C.

template<typename T>
bool str_conv1 std::string    str,
T &    val
 

Definition at line 195 of file lmplugin.C.

Referenced by H5File::get_csv_attr.

template<>
bool str_conv_last std::string    str,
std::vector< std::string > &    vals
 

Definition at line 223 of file lmplugin.C.

template<typename T>
bool str_conv_last std::string    str,
std::vector< T > &    vals
 

Definition at line 204 of file lmplugin.C.

Referenced by H5File::get_csv_attr.


Generated on Fri Apr 19 03:09:50 2024 for VMD Plugins (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002