LLVM OpenMP 22.0.0git
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 573 of file kmp_ftn_entry.h.

Constructor & Destructor Documentation

◆ ConvertedString()

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

Definition at line 577 of file kmp_ftn_entry.h.

References KMP_INTERNAL_MALLOC, KMP_STRNCPY_S, and size.

◆ ~ConvertedString()

ConvertedString::~ConvertedString ( )
inline

Definition at line 582 of file kmp_ftn_entry.h.

References KMP_INTERNAL_FREE.

Member Function Documentation

◆ get()

const char * ConvertedString::get ( ) const
inline

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