ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros
iman_string.h File Reference
#include <fclasses/tc_string.h>

Go to the source code of this file.

Macros

#define iman_str_contains_wildcard   tc_str_contains_wildcard
 
#define iman_str_contains_wildcard_at   tc_str_contains_wildcard_at
 
#define iman_strcasecmp   tc_strcasecmp
 
#define iman_strcat   tc_strcat
 
#define iman_strcmp   tc_strcmp
 
#define iman_strcpy   tc_strcpy
 
#define iman_strdup   tc_strdup
 
#define iman_strlen   tc_strlen
 
#define iman_strncasecmp   tc_strncasecmp
 
#define iman_strncpy   tc_strncpy
 
#define iman_strstr   tc_strstr
 
#define iman_strtok   tc_strtok
 
#define iman_strupr   tc_strupr
 

Detailed Description

Deprecated:

This function is deprecated and will be removed from Teamcenter 2009.

Do not use this header file. Include tc_string.h instead.

Use the following replacement chart for every symbol, type or API:

Old functionNew function
iman_str_contains_wildcardtc_str_contains_wildcard
iman_str_contains_wildcard_attc_str_contains_wildcard_at
iman_strcasecmptc_strcasecmp
iman_strcattc_strcat
iman_strcmptc_strcmp
iman_strcpytc_strcpy
iman_strduptc_strdup
iman_strlentc_strlen
iman_strncasecmptc_strncasecmp
iman_strncpytc_strncpy
iman_strstrtc_strstr
iman_strtoktc_strtok
iman_struprtc_strupr

Definition in file iman_string.h.

Macro Definition Documentation

#define iman_str_contains_wildcard   tc_str_contains_wildcard

Definition at line 44 of file iman_string.h.

#define iman_str_contains_wildcard_at   tc_str_contains_wildcard_at

Definition at line 45 of file iman_string.h.

#define iman_strcasecmp   tc_strcasecmp

Definition at line 35 of file iman_string.h.

#define iman_strcat   tc_strcat

Definition at line 39 of file iman_string.h.

#define iman_strcmp   tc_strcmp

Definition at line 34 of file iman_string.h.

#define iman_strcpy   tc_strcpy

Definition at line 37 of file iman_string.h.

#define iman_strdup   tc_strdup

Definition at line 42 of file iman_string.h.

#define iman_strlen   tc_strlen

Definition at line 33 of file iman_string.h.

#define iman_strncasecmp   tc_strncasecmp

Definition at line 36 of file iman_string.h.

#define iman_strncpy   tc_strncpy

Definition at line 38 of file iman_string.h.

#define iman_strstr   tc_strstr

Definition at line 40 of file iman_string.h.

#define iman_strtok   tc_strtok

Definition at line 43 of file iman_string.h.

#define iman_strupr   tc_strupr

Definition at line 41 of file iman_string.h.