updated: to the new ezc api
added: following ezc functions: ezc_and_not, ezc_any_not, ezc_or_not, ezc_one_not, is, is_not, is_empty, is_not_empty git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1005 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -248,8 +248,16 @@ namespace TemplatesFunctions
|
||||
void ezc_any(Info & i);
|
||||
void ezc_or(Info & i);
|
||||
void ezc_one(Info & i);
|
||||
void ezc_and_not(Info & i);
|
||||
void ezc_any_not(Info & i);
|
||||
void ezc_or_not(Info & i);
|
||||
void ezc_one_not(Info & i);
|
||||
void ezc_not(Info & i);
|
||||
void cmp(Info & i);
|
||||
void is(Info & i);
|
||||
void is_not(Info & i);
|
||||
void is_empty(Info & i);
|
||||
void is_not_empty(Info & i);
|
||||
void trim(Info & i);
|
||||
void to_lower(Info & i);
|
||||
void to_upper(Info & i);
|
||||
|
Reference in New Issue
Block a user