LLVM OpenMP 20.0.0git
Public Member Functions | List of all members
ConvertedString Class Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp_ftn_entry.h"

Public Member Functions

 ConvertedString (char const *fortran_str, size_t size)
 
 ~ConvertedString ()
 
const charget () const
 

Detailed Description

Definition at line 450 of file kmp_ftn_entry.h.

Constructor & Destructor Documentation

◆ ConvertedString()

ConvertedString::ConvertedString ( char const *  fortran_str,
size_t  size 
)
inline

Definition at line 455 of file kmp_ftn_entry.h.

References __kmp_get_thread, __kmp_thread_malloc, buf, KMP_STRNCPY_S, and size.

◆ ~ConvertedString()

ConvertedString::~ConvertedString ( )
inline

Definition at line 461 of file kmp_ftn_entry.h.

References __kmp_thread_free, and buf.

Member Function Documentation

◆ get()

const char * ConvertedString::get ( ) const
inline

Definition at line 462 of file kmp_ftn_entry.h.

References buf.

Referenced by FTN_CAPTURE_AFFINITY(), FTN_DISPLAY_AFFINITY(), and FTN_SET_AFFINITY_FORMAT().


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