Analysis Software
Documentation for sPHENIX simulation software
|
Simple string class, that provides a limited subset of std::string functionality but avoids many of the issues that come with that class. More...
#include <JETSCAPE/blob/main/external_packages/clvisc_wrapper/include/cl.hpp>
Public Member Functions | |
string (void) | |
string (char *str,::size_t size) | |
string (char *str) | |
string & | operator= (const string &rhs) |
string (const string &rhs) | |
~string () | |
::size_t | size (void) const |
::size_t | length (void) const |
const char * | c_str (void) const |
Private Attributes | |
::size_t | size_ |
char * | str_ |
Simple string class, that provides a limited subset of std::string functionality but avoids many of the issues that come with that class.
Definition at line 331 of file cl.hpp.
View newest version in sPHENIX GitHub at line 331 of file cl.hpp
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 392 of file cl.hpp.
View newest version in sPHENIX GitHub at line 392 of file cl.hpp
References check_smearing_config::rhs.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |