Changeset 350 in dev for trunk/abdev/BasicCompiler_Common/src/Procedure.cpp
- Timestamp:
- Oct 14, 2007, 9:41:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Procedure.cpp
r336 r350 24 24 25 25 return GetName(); 26 } 27 bool UserProc::IsCastOperator() const 28 { 29 if( GetName()[0] == 1 && GetName()[1] == ESC_OPERATOR && GetName()[2] == CALC_AS ) 30 { 31 return true; 32 } 33 return false; 26 34 } 27 35 const NamespaceScopes &UserProc::GetNamespaceScopes() const
Note:
See TracChangeset
for help on using the changeset viewer.