2011-07-13 02:13:33 +02:00
|
|
|
#include "libstatic.h"
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::Class::method() const
|
2011-07-13 02:13:33 +02:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::Class::method_exported() const
|
2011-07-13 02:13:33 +02:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::Class::method_deprecated() const
|
2011-07-13 02:13:33 +02:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::Class::method_deprecated_exported() const
|
2016-05-16 10:34:04 -04:00
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::Class::method_excluded() const
|
2016-05-16 10:34:04 -04:00
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int const libstatic::Class::data = 1;
|
|
|
|
|
|
|
|
int const libstatic::Class::data_exported = 1;
|
|
|
|
|
|
|
|
int const libstatic::Class::data_excluded = 1;
|
|
|
|
|
|
|
|
int libstatic::ExportedClass::method() const
|
2011-07-13 02:13:33 +02:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::ExportedClass::method_exported() const
|
2011-07-13 02:13:33 +02:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::ExportedClass::method_deprecated() const
|
2011-07-13 02:13:33 +02:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::ExportedClass::method_deprecated_exported() const
|
2016-05-16 10:34:04 -04:00
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::ExportedClass::method_excluded() const
|
2016-05-16 10:34:04 -04:00
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int const libstatic::ExportedClass::data = 1;
|
|
|
|
|
|
|
|
int const libstatic::ExportedClass::data_exported = 1;
|
|
|
|
|
|
|
|
int const libstatic::ExportedClass::data_excluded = 1;
|
|
|
|
|
|
|
|
int libstatic::ExcludedClass::method() const
|
2011-07-13 02:13:33 +02:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::ExcludedClass::method_exported() const
|
2011-07-13 02:13:33 +02:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::ExcludedClass::method_deprecated() const
|
2011-07-13 02:13:33 +02:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::ExcludedClass::method_deprecated_exported() const
|
2016-05-16 10:34:04 -04:00
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::ExcludedClass::method_excluded() const
|
2016-05-16 10:34:04 -04:00
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int const libstatic::ExcludedClass::data = 1;
|
|
|
|
|
|
|
|
int const libstatic::ExcludedClass::data_exported = 1;
|
|
|
|
|
|
|
|
int const libstatic::ExcludedClass::data_excluded = 1;
|
|
|
|
|
|
|
|
int libstatic::function()
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int libstatic::function_exported()
|
2016-05-16 10:34:04 -04:00
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::function_deprecated()
|
2016-05-16 10:34:04 -04:00
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::function_deprecated_exported()
|
2016-05-16 10:34:04 -04:00
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 16:53:34 -04:00
|
|
|
int libstatic::function_excluded()
|
2016-05-16 10:34:04 -04:00
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
2011-08-09 00:18:00 +02:00
|
|
|
}
|
2016-09-02 16:53:34 -04:00
|
|
|
|
|
|
|
int const libstatic::data = 1;
|
|
|
|
|
|
|
|
int const libstatic::data_exported = 1;
|
|
|
|
|
|
|
|
int const libstatic::data_excluded = 1;
|