File: Somesimplefunctionsforstringoperations..html

package info (click to toggle)
torch 2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,488 kB
  • ctags: 3,217
  • sloc: cpp: 14,272; makefile: 201
file content (40 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>
<HEAD>
   <TITLE> Some simple functions for string operations.</TITLE>
   <META NAME="GENERATOR" CONTENT="DOC++ 3.4.8">
</HEAD>
<BODY BGCOLOR="#ffffff">

<H2> <A HREF="#DOC.DOCU">Some simple functions for string operations.</A></H2></H2>
<HR>
<P><DL>
 <DT>
char* <B><A HREF="strBaseName.html">strBaseName</A></B>(char* filename)
<DD><I>Returns the name of a file without leading pathname.</I>
<DT>
char* <B><A HREF="strRemoveSuffix.html">strRemoveSuffix</A></B>(char* filename, char c='.')
<DD><I>Returns a fresh copy of the name of a file without suffix.</I>
<DT>
char* <B><A HREF="strConcat.html">strConcat</A></B>(int <!1><A HREF="Vec.html#DOC.81.2">n</A>, ...)
<DD><I>Returns the concatenation <TT>n</TT> strings.</I>
</DL></P>


<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>Some simple functions for string operations.

<P></BLOCKQUOTE>
<DL>
</DL>
<DL><DT><DT><B>Author:</B><DD>Samy Bengio (bengio@idiap.ch)
Johnny Mariethoz (Johnny.Mariethoz@idiap.ch)
Ronan Collobert (collober@iro.umontreal.ca)
<DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I> <I><A HREF="HIER.html">HTML hierarchy of classes</A> or <A HREF="HIERjava.html">Java</A></I></P><HR>
<BR>
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
</BODY>
</HTML>