o
    oÇhV  ã                   @   s<   d Z ddlmZmZmZmZmZ G dd„ deƒZedƒZdS )z
AST nodes specific to C++.
é    )Ú	AttributeÚStringÚTokenÚTypeÚnonec                   @   s(   e Zd ZdZd ZZdeiZeZ	e
ZdS )Úusingz' Represents a 'using' statement in C++ )ÚtypeÚaliasr	   N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú	__slots__Ú_fieldsr   Údefaultsr   Ú_construct_typer   Ú_construct_alias© r   r   új/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/sympy/codegen/cxxnodes.pyr      s    r   Ú	constexprN)	r   Úsympy.codegen.astr   r   r   r   r   r   r   r   r   r   r   Ú<module>   s    