B
    ˜‘[L  ã               @   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dgZdeiZeZe	Z
dS )Úusingz' Represents a 'using' statement in C++ ÚtypeÚaliasN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú	__slots__r   Údefaultsr   Z_construct_typer   Z_construct_alias© r   r   ú5lib/python3.7/site-packages/sympy/codegen/cxxnodes.pyr      s
   r   Ú	constexprN)	r   Zsympy.codegen.astr   r   r   r   r   r   r   r   r   r   r   Ú<module>   s   