Re: [Cppcms-users] In json.cpp and json.h I did not see the declare of the parse_stream function bu
Brought to you by:
artyom-beilis
From: Marcel H. <ke...@co...> - 2011-12-28 11:44:57
|
grep -Hirn "parse_stream" cppcms/src cppcms/src/json.cpp:836: bool parse_stream(std::istream &in,value &out,bool force_eof,int &error_at_line) cppcms/src/json.cpp:1051: if(!parse_stream(in,*this,full,err_line)) { cppcms/src/json.cpp:1063: if(!parse_stream(in,v,false,line_no)) as you can see it's a method declared in line 836. Did you use Strg+F? Am 28.12.2011 12:21, schrieb 44073786: > Hello: > when I read the source code. In json.cpp and json.h I did not see the > declare of the parse_stream function but you use it on json.cpp in > 1051 line.why /? > I don not know why? please help me .thank you very much! > > > > > > > > > ------------------------------------------------------------------------------ > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join > http://p.sf.net/sfu/intel-appdev > > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |