ddc
Functions
toktrim.cc File Reference
#include <stdio.h>
#include <utilit.h>
Include dependency graph for toktrim.cc:

Functions

void TruncateLongColumns (const size_t MaxLen, size_t nCols, const char *InputLine, char *Out)
 
void IndexOneToken (const size_t MaxIndexLineLength, size_t ncols, const char *InputLine)
 
int main (int argc, const char **argv)
 

Function Documentation

◆ TruncateLongColumns()

void TruncateLongColumns ( const size_t  MaxLen,
size_t  nCols,
const char *  InputLine,
char *  Out 
)

References globalFieldDelimeter, and stringSplit().

Referenced by IndexOneToken().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IndexOneToken()

void IndexOneToken ( const size_t  MaxIndexLineLength,
size_t  ncols,
const char *  InputLine 
)

References stringSplit(), and TruncateLongColumns().

Referenced by main(), and CTabFormatIndexator::ProcessToken().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
const char **  argv 
)

References IndexOneToken().

Here is the call graph for this function: