11 #include "source-file.hh"
23 Source::add( Source_file
* sourcefile_p
)
25 sourcefile_p_iplist_
.bottom().add( sourcefile_p
);
29 Source::sourcefile_l( char const* ch_c_l
)
31 PCursor
<Source_file
*> sourcefile_l_pcur( sourcefile_p_iplist_
.top() );
32 for ( ; sourcefile_l_pcur
.ok(); sourcefile_l_pcur
++ )
33 if ( sourcefile_l_pcur
->in_b( ch_c_l
) )
34 return *sourcefile_l_pcur
;