Tizen Developers

Menu
Sites
Language
calling a private constructor of class Tizen::Base::Collection::ArratList

i m getting error while calling a function...please help..

Edited on 18 03, 2014

Responses

1 Replies
muditha murthy
Private constructors are not accessible outside the class. You can only use Tizen::Base::Collection::ArrayList::ArrayList (DeleterFunctionType deleter = NoOpDeleter) since this a public constructor.