예제 #1
0
int
main (void)
{
  testA ();
  testB ();
  testC ();
  testD ();
  testE ();
  testF ();
  testG ();
  testH ();
  testI ();
  testJ ();
  testK ();
  testL ();
  testM ();
  testN ();
  testO ();
  testP ();
  testQ ();
  testR ();
  testS ();
  testT ();
  testU ();
  testV ();
  /*
  testW ();
  testX ();
  testY ();
  testZ ();
  */
  exit (0);
}
int _tmain(int argc, _TCHAR* argv[])
{
	std::string symbol("EUR/USD");

	Trigger testT(symbol);
	L1DataEval l1DataEval(&testT);

    Thread l1DataEvalThread( &l1DataEval );
    l1DataEvalThread.start();

	l1DataEval.waitUntilReady();
	l1DataEvalThread.join();

	return 0;
};
예제 #3
0
파일: AvroAutoGen.hpp 프로젝트: Acarus/kaa
inline _configuration_schema_Union__10__::_configuration_schema_Union__10__() : idx_(0), value_(testT()) { }