top | up | prev | next

ClassMoveConstructorOperation Abstract Class

Definition at line 2501 of OperationRepository.cpp

Constructors

ClassMoveConstructorOperation(BoundCompileUnit& boundCompileUnit_)

Member Functions

void CollectViableFunctions(ContainerScope* containerScope, const std::vector<std::unique_ptr<BoundExpression>>& arguments, BoundFunction* currentFunction, ViableFunctionSet& viableFunctions, std::unique_ptr<Exception>& exception, const Span& span, const boost::uuids::uuid& moduleId, CollectFlags flags) override
bool GenerateImplementation(ClassMoveConstructor* moveConstructor, ContainerScope* containerScope, BoundFunction* currentFunction, std::unique_ptr<Exception>& exception, const Span& span, const boost::uuids::uuid& moduleId)

Member Variables

std::unordered_map<boost::uuids::uuid, FunctionSymbol*, boost::hash<boost::uuids::uuid>> functionMap
std::vector<std::unique_ptr<FunctionSymbol>> functions

Constructor Details

ClassMoveConstructorOperation Constructor

cmajor::binder::ClassMoveConstructorOperation::ClassMoveConstructorOperation(BoundCompileUnit & boundCompileUnit_)

Definition at line 2514 of OperationRepository.cpp :
2514 : Operation(U"@constructor"2boundCompileUnit_)
2515 {
2516 }


Declaration at line 2504 of OperationRepository.cpp


Member Function Details

CollectViableFunctions Member Function

void cmajor::binder::ClassMoveConstructorOperation::CollectViableFunctions(ContainerScope* containerScope, const std::vector<std::unique_ptr<BoundExpression >>& arguments, BoundFunction * currentFunction, ViableFunctionSet& viableFunctions, std::unique_ptr<Exception>& exception, const Span& span, const boost::uuids::uuid& moduleId, CollectFlags flags) override

Definition at line 2518 of OperationRepository.cpp
Declaration at line 2505 of OperationRepository.cpp

Calls: cmajor::binder::BoundCompileUnit::FinalizeBinding , cmajor::binder::BoundCompileUnit::GetCompileUnitNode , cmajor::binder::BoundCompileUnit::GetConversion , cmajor::binder::BoundCompileUnit::GetModule , cmajor::binder::ClassMoveConstructorOperation::GenerateImplementation , cmajor::binder::Operation::GetBoundCompileUnit


GenerateImplementation Member Function

bool cmajor::binder::ClassMoveConstructorOperation::GenerateImplementation(ClassMoveConstructor * moveConstructor, ContainerScope* containerScope, BoundFunction * currentFunction, std::unique_ptr<Exception>& exception, const Span& span, const boost::uuids::uuid& moduleId)

Definition at line 2585 of OperationRepository.cpp
Declaration at line 2507 of OperationRepository.cpp

Calls: cmajor::binder::BoundCompileUnit::AddBoundNode , cmajor::binder::BoundCompileUnit::GetConversion , cmajor::binder::BoundExpression::GetType , cmajor::binder::BoundMemberVariable::SetClassPtr , cmajor::binder::ClassMoveConstructor::ClassType , cmajor::binder::Operation::GetBoundCompileUnit , cmajor::symbols::TypeSymbol::AddPointer

Called by: cmajor::binder::ClassMoveConstructorOperation::CollectViableFunctions


top | up | prev | next