libsim  Versione 7.2.6

◆ line_split_get_nlines()

integer function, public char_utilities::line_split_get_nlines ( type(line_split), intent(in)  this)

Return the number of lines over which the input line was splitted.

Parametri
[in]thisobject initialised with the line to be splitted

Definizione alla linea 1087 del file char_utilities.F90.

1088 !!$SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1089 !!$CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1090 !!$OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1091 !!$OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1092 !
1093 
1097 function string_match_v( string, pattern ) result(match)

Generated with Doxygen.