示例#1
0
globle const char *GetDefrulePPForm(
  void *theDefrule)
  {
   return EnvGetDefrulePPForm(GetCurrentEnvironment(),theDefrule);
  }
示例#2
0
std::string Rule::formatted( ) {
  if ( !m_cobj )
    return std::string();
  return EnvGetDefrulePPForm( m_environment.cobj(), m_cobj );
}