CAMP 1.0.0
Chemistry Across Multiple Phases
Public Member Functions | Public Attributes | List of all members
camp_util::string_t Interface Reference

String type for building arrays of string of various size. More...

Public Member Functions

final string_t_finalize
 Finalize the string. More...
 

Public Attributes

character(len=:), allocatable string
 String value. More...
 

Splits a string on a sub-string

procedure, private split_char
 
procedure, private split_string
 
generic split => split_char, split_string
 

Detailed Description

String type for building arrays of string of various size.

Constructor for string_t.

Definition at line 38 of file util.F90.

Member Function/Subroutine Documentation

◆ split()

generic camp_util::string_t::split

Definition at line 46 of file util.F90.

Here is the call graph for this function:

◆ split_char()

procedure, private camp_util::string_t::split_char
private

Definition at line 44 of file util.F90.

◆ split_string()

procedure, private camp_util::string_t::split_string
private

Definition at line 45 of file util.F90.

◆ string_t_finalize()

final camp_util::string_t::string_t_finalize
final

Finalize the string.

Definition at line 49 of file util.F90.

Here is the call graph for this function:

Member Data Documentation

◆ string

character(len=:), allocatable camp_util::string_t::string

String value.

Definition at line 40 of file util.F90.


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