Lines Matching defs:cxx

554 void Constraint::GenerateCplusplus(const PString & fn, ostream & hdr, ostream & cxx)  in GenerateCplusplus()
641 …d ElementListConstraintElement::GenerateCplusplus(const PString & fn, ostream & hdr, ostream & cxx) in GenerateCplusplus()
678 …d SingleValueConstraintElement::GenerateCplusplus(const PString & fn, ostream & hdr, ostream & cxx) in GenerateCplusplus()
708 …id ValueRangeConstraintElement::GenerateCplusplus(const PString & fn, ostream & hdr, ostream & cxx) in GenerateCplusplus()
787 void SizeConstraintElement::GenerateCplusplus(const PString & fn, ostream & hdr, ostream & cxx) in GenerateCplusplus()
807 void FromConstraintElement::GenerateCplusplus(const PString & fn, ostream & hdr, ostream & cxx) in GenerateCplusplus()
855 void WithComponentConstraintElement::GenerateCplusplus(const PString &, ostream &, ostream & cxx) in GenerateCplusplus() argument
889 void InnerTypeConstraintElement::GenerateCplusplus(const PString & fn, ostream & hdr, ostream & cxx) in GenerateCplusplus()
1074 void TypeBase::GenerateCplusplus(ostream & hdr, ostream & cxx) in GenerateCplusplus()
1126 void TypeBase::BeginGenerateCplusplus(ostream & hdr, ostream & cxx) in BeginGenerateCplusplus()
1182 void TypeBase::EndGenerateCplusplus(ostream & hdr, ostream & cxx) in EndGenerateCplusplus()
1212 void TypeBase::GenerateCplusplusConstructor(ostream &, ostream & cxx) in GenerateCplusplusConstructor() argument
1228 void TypeBase::GenerateCplusplusConstraints(const PString & prefix, ostream & hdr, ostream & cxx) in GenerateCplusplusConstraints()
1335 void DefinedType::GenerateOperators(ostream & hdr, ostream & cxx, const TypeBase & actualType) in GenerateOperators()
1489 void BooleanType::GenerateOperators(ostream & hdr, ostream & cxx, const TypeBase & actualType) in GenerateOperators()
1531 void IntegerType::GenerateOperators(ostream & hdr, ostream & cxx, const TypeBase & actualType) in GenerateOperators()
1613 void EnumeratedType::GenerateCplusplus(ostream & hdr, ostream & cxx) in GenerateCplusplus()
1730 void EnumeratedType::GenerateOperators(ostream & hdr, ostream & cxx, const TypeBase & actualType) in GenerateOperators()
1811 void OctetStringType::GenerateOperators(ostream & hdr, ostream & cxx, const TypeBase & actualType) in GenerateOperators()
1936 void SequenceType::GenerateCplusplus(ostream & hdr, ostream & cxx) in GenerateCplusplus()
2290 void SequenceOfType::GenerateCplusplus(ostream & hdr, ostream & cxx) in GenerateCplusplus()
2407 void ChoiceType::GenerateCplusplus(ostream & hdr, ostream & cxx) in GenerateCplusplus()
2794 static void GenerateOperator(const char * rhsType, ostream & hdr, ostream & cxx, const TypeBase & a… in GenerateOperator()
2814 void StringTypeBase::GenerateOperators(ostream & hdr, ostream & cxx, const TypeBase & actualType) in GenerateOperators()
2835 void BMPStringType::GenerateOperators(ostream & hdr, ostream & cxx, const TypeBase & actualType) in GenerateOperators()
3117 void ObjectClassFieldType::GenerateCplusplus(ostream & hdr, ostream & cxx) in GenerateCplusplus()
3248 void DefinedValue::GenerateCplusplus(ostream & hdr, ostream & cxx) in GenerateCplusplus()
3284 void BooleanValue::GenerateCplusplus(ostream &, ostream & cxx) in GenerateCplusplus() argument
3306 void IntegerValue::GenerateCplusplus(ostream &, ostream & cxx) in GenerateCplusplus() argument
3373 void CharacterValue::GenerateCplusplus(ostream &, ostream & cxx) in GenerateCplusplus() argument
3402 void CharacterStringValue::GenerateCplusplus(ostream &, ostream & cxx) in GenerateCplusplus() argument
3445 void MinValue::GenerateCplusplus(ostream &, ostream & cxx) in GenerateCplusplus() argument
3459 void MaxValue::GenerateCplusplus(ostream &, ostream & cxx) in GenerateCplusplus() argument
3619 void ImportModule::GenerateCplusplus(ostream & hdr, ostream & cxx) in GenerateCplusplus()