12 lines
344 B
INI
12 lines
344 B
INI
<?xml version="1.0"?>
|
|
<def format="2">
|
|
<container id="stdStack" startPattern="std :: stack <" inherits="stdContainer">
|
|
<!-- error: invalid element acess -->
|
|
<acess>
|
|
<function name="push" action="push"/>
|
|
<function name="pop" action="pop"/>
|
|
<function name="top" yields="item"/>
|
|
</access>
|
|
</container>
|
|
</def>
|