Binary compatibility report for the SFML library  between 1.6 and 2.0 versions on x86

Test Info


Library NameSFML
Version #11.6
Version #22.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files61
Total Shared Libraries5
Total Symbols / Types580 / 143
VerdictIncompatible
(87.3%)

Problem Summary


SeverityCount
Added Symbols-651
Removed SymbolsHigh437
Problems with
Data Types
High25
Medium7
Low132
Problems with
Symbols
High25
Medium0
Low68
Problems with
Constants
Low0

Added Symbols (651)


CircleShape.hpp, libsfml-graphics.so.2.0
namespace sf
CircleShape::CircleShape [in-charge] float radius, unsigned int pointCount )
CircleShape::CircleShape [not-in-charge] float radius, unsigned int pointCount )
CircleShape::getPoint unsigned int index ) const
CircleShape::getPointCount ( ) const
CircleShape::getRadius ( ) const
CircleShape::setPointCount unsigned int count )
CircleShape::setRadius float radius )
CircleShape::~CircleShape [in-charge-deleting] ( )
CircleShape::~CircleShape [in-charge] ( )

Clock.hpp, libsfml-system.so.2.0
namespace sf
Clock::getElapsedTime ( ) const
Clock::restart ( )

Color.hpp, libsfml-graphics.so.2.0
namespace sf
Color::Transparent [data]
operator!= ( Color const& left, Color const& right )
operator*= Color& left, Color const& right )
operator+= Color& left, Color const& right )
operator == ( Color const& left, Color const& right )

Context.hpp, libsfml-window.so.2.0
namespace sf
Context::Context [in-charge] ( ContextSettings const& settings, unsigned int width, unsigned int height )
Context::Context [not-in-charge] ( ContextSettings const& settings, unsigned int width, unsigned int height )
Context::setActive bool active )

ConvexShape.hpp, libsfml-graphics.so.2.0
namespace sf
ConvexShape::ConvexShape [in-charge] unsigned int pointCount )
ConvexShape::ConvexShape [not-in-charge] unsigned int pointCount )
ConvexShape::getPoint unsigned int index ) const
ConvexShape::getPointCount ( ) const
ConvexShape::setPoint ( unsigned int index, Vector2f const& point )
ConvexShape::setPointCount unsigned int count )
ConvexShape::~ConvexShape [in-charge-deleting] ( )
ConvexShape::~ConvexShape [in-charge] ( )

Err.hpp, libsfml-system.so.2.0
namespace sf
err ( )

Font.hpp, libsfml-graphics.so.2.0
namespace sf
Font::Font [in-charge] Font const& copy )
Font::Font [not-in-charge] Font const& copy )
Font::getGlyph ( Uint32 codePoint, unsigned int characterSize, bool bold ) const
Font::getKerning Uint32 first, Uint32 second, unsigned int characterSize ) const
Font::getLineSpacing unsigned int characterSize ) const
Font::getTexture unsigned int characterSize ) const
Font::loadFromFile std::string const& filename )
Font::loadFromMemory ( void const* data, std::size_t sizeInBytes )
Font::loadFromStream InputStream& stream )
Font::operator = Font const& right )
Font::Page::Page [in-charge] ( )
Font::Page::Page [not-in-charge] ( )
Font::~Font [not-in-charge] ( )

Ftp.hpp, libsfml-network.so.2.0
namespace sf
Ftp::changeDirectory std::string const& directory )
Ftp::connect ( IpAddress const& server, unsigned short port, Time timeout )
Ftp::createDirectory std::string const& name )
Ftp::deleteDirectory std::string const& name )
Ftp::deleteFile std::string const& name )
Ftp::DirectoryResponse::DirectoryResponse [in-charge] Ftp::Response const& response )
Ftp::DirectoryResponse::DirectoryResponse [not-in-charge] Ftp::Response const& response )
Ftp::DirectoryResponse::getDirectory ( ) const
Ftp::disconnect ( )
Ftp::download ( std::string const& remoteFile, std::string const& localPath, enum Ftp::TransferMode mode )
Ftp::getDirectoryListing std::string const& directory )
Ftp::getWorkingDirectory ( )
Ftp::keepAlive ( )
Ftp::ListingResponse::getListing ( ) const
Ftp::ListingResponse::ListingResponse [in-charge] ( Ftp::Response const& response, std::vector<char>const& data )
Ftp::ListingResponse::ListingResponse [not-in-charge] ( Ftp::Response const& response, std::vector<char>const& data )
Ftp::login ( )
Ftp::login ( std::string const& name, std::string const& password )
Ftp::parentDirectory ( )
Ftp::renameFile ( std::string const& file, std::string const& newName )
Ftp::Response::getMessage ( ) const
Ftp::Response::getStatus ( ) const
Ftp::Response::isOk ( ) const
Ftp::upload ( std::string const& localFile, std::string const& remotePath, enum Ftp::TransferMode mode )

GlResource.hpp, libsfml-window.so.2.0
namespace sf
GlResource::ensureGlContext ( ) [static]
GlResource::GlResource [in-charge] ( )
GlResource::GlResource [not-in-charge] ( )
GlResource::~GlResource [in-charge] ( )
GlResource::~GlResource [not-in-charge] ( )

Http.hpp, libsfml-network.so.2.0
namespace sf
Http::Request::Request [in-charge] ( std::string const& uri, enum Http::Request::Method method, std::string const& body )
Http::Request::Request [not-in-charge] ( std::string const& uri, enum Http::Request::Method method, std::string const& body )
Http::Request::setBody std::string const& body )
Http::Request::setField ( std::string const& field, std::string const& value )
Http::Request::setHttpVersion ( unsigned int major, unsigned int minor )
Http::Request::setMethod enum Http::Request::Method method )
Http::Request::setUri std::string const& uri )
Http::Response::getBody ( ) const
Http::Response::getField std::string const& field ) const
Http::Response::getMajorHttpVersion ( ) const
Http::Response::getMinorHttpVersion ( ) const
Http::Response::getStatus ( ) const
Http::sendRequest ( Http::Request const& request, Time timeout )
Http::setHost ( std::string const& host, unsigned short port )

Image.hpp, libsfml-graphics.so.2.0
namespace sf
Image::copy ( Image const& source, unsigned int destX, unsigned int destY, IntRect const& sourceRect, bool applyAlpha )
Image::create ( unsigned int width, unsigned int height, Color const& color )
Image::create ( unsigned int width, unsigned int height, Uint8 const* pixels )
Image::createMaskFromColor ( Color const& color, Uint8 alpha )
Image::flipHorizontally ( )
Image::flipVertically ( )
Image::getPixel unsigned int x, unsigned int y ) const
Image::getPixelsPtr ( ) const
Image::getSize ( ) const
Image::loadFromFile std::string const& filename )
Image::loadFromMemory ( void const* data, std::size_t size )
Image::loadFromStream InputStream& stream )
Image::saveToFile std::string const& filename ) const
Image::setPixel unsigned int x, unsigned int y, Color const& color )

IpAddress.hpp, libsfml-network.so.2.0
namespace sf
IpAddress::Broadcast [data]
IpAddress::getLocalAddress ( ) [static]
IpAddress::getPublicAddress Time timeout ) [static]
IpAddress::IpAddress [in-charge] ( )
IpAddress::IpAddress [in-charge] char const* address )
IpAddress::IpAddress [in-charge] Uint32 address )
IpAddress::IpAddress [in-charge] Uint8 byte0, Uint8 byte1, Uint8 byte2, Uint8 byte3 )
IpAddress::IpAddress [in-charge] std::string const& address )
IpAddress::IpAddress [not-in-charge] ( )
IpAddress::IpAddress [not-in-charge] char const* address )
IpAddress::IpAddress [not-in-charge] Uint32 address )
IpAddress::IpAddress [not-in-charge] Uint8 byte0, Uint8 byte1, Uint8 byte2, Uint8 byte3 )
IpAddress::IpAddress [not-in-charge] std::string const& address )
IpAddress::LocalHost [data]
IpAddress::None [data]
IpAddress::toInteger ( ) const
IpAddress::toString ( ) const
operator!= ( IpAddress const& left, IpAddress const& right )
operator< ( IpAddress const& left, IpAddress const& right )
operator<< ( std::ostream& stream, IpAddress const& address )
operator<= ( IpAddress const& left, IpAddress const& right )
operator == ( IpAddress const& left, IpAddress const& right )
operator> ( IpAddress const& left, IpAddress const& right )
operator>= ( IpAddress const& left, IpAddress const& right )
operator>> ( std::istream& stream, IpAddress& address )

Joystick.hpp, libsfml-window.so.2.0
namespace sf
Joystick::getAxisPosition ( unsigned int joystick, enum Joystick::Axis axis ) [static]
Joystick::getButtonCount unsigned int joystick ) [static]
Joystick::hasAxis ( unsigned int joystick, enum Joystick::Axis axis ) [static]
Joystick::isButtonPressed ( unsigned int joystick, unsigned int button ) [static]
Joystick::isConnected unsigned int joystick ) [static]
Joystick::update ( ) [static]

Keyboard.hpp, libsfml-window.so.2.0
namespace sf
Keyboard::isKeyPressed enum Keyboard::Key key ) [static]

Listener.hpp, libsfml-audio.so.2.0
namespace sf
Listener::getDirection ( ) [static]
Listener::getGlobalVolume ( ) [static]
Listener::getPosition ( ) [static]
Listener::setDirection float x, float y, float z ) [static]
Listener::setDirection Vector3f const& direction ) [static]
Listener::setGlobalVolume float volume ) [static]
Listener::setPosition float x, float y, float z ) [static]
Listener::setPosition Vector3f const& position ) [static]

Mouse.hpp, libsfml-window.so.2.0
namespace sf
Mouse::getPosition ( ) [static]
Mouse::getPosition Window const& relativeTo ) [static]
Mouse::isButtonPressed enum Mouse::Button button ) [static]
Mouse::setPosition Vector2i const& position ) [static]
Mouse::setPosition ( Vector2i const& position, Window const& relativeTo ) [static]

Music.hpp, libsfml-audio.so.2.0
namespace sf
Music::getDuration ( ) const
Music::Music [in-charge] ( )
Music::Music [not-in-charge] ( )
Music::onGetData struct SoundStream::Chunk& data )
Music::onSeek Time timeOffset )
Music::openFromFile std::string const& filename )
Music::openFromMemory ( void const* data, std::size_t sizeInBytes )
Music::openFromStream InputStream& stream )

Mutex.hpp, libsfml-system.so.2.0
namespace sf
Mutex::lock ( )
Mutex::unlock ( )

Packet.hpp, libsfml-network.so.2.0
namespace sf
Packet::append ( void const* data, std::size_t sizeInBytes )
Packet::clear ( )
Packet::endOfPacket ( ) const
Packet::getData ( ) const
Packet::getDataSize ( ) const
Packet::onReceive ( void const* data, std::size_t size )
Packet::onSend std::size_t& size )
Packet::operator Packet::BoolType ( ) const
Packet::operator<< String const& data )
Packet::operator>> String& data )

RectangleShape.hpp, libsfml-graphics.so.2.0
namespace sf
RectangleShape::getPoint unsigned int index ) const
RectangleShape::getPointCount ( ) const
RectangleShape::getSize ( ) const
RectangleShape::RectangleShape [in-charge] Vector2f const& size )
RectangleShape::RectangleShape [not-in-charge] Vector2f const& size )
RectangleShape::setSize Vector2f const& size )
RectangleShape::~RectangleShape [in-charge-deleting] ( )
RectangleShape::~RectangleShape [in-charge] ( )

RenderStates.hpp, libsfml-graphics.so.2.0
namespace sf
RenderStates::Default [data]
RenderStates::RenderStates [in-charge] ( )
RenderStates::RenderStates [in-charge] enum BlendMode theBlendMode )
RenderStates::RenderStates [in-charge] ( enum BlendMode theBlendMode, Transform const& theTransform, Texture const* theTexture, Shader const* theShader )
RenderStates::RenderStates [in-charge] Shader const* theShader )
RenderStates::RenderStates [in-charge] Texture const* theTexture )
RenderStates::RenderStates [in-charge] Transform const& theTransform )
RenderStates::RenderStates [not-in-charge] ( )
RenderStates::RenderStates [not-in-charge] enum BlendMode theBlendMode )
RenderStates::RenderStates [not-in-charge] ( enum BlendMode theBlendMode, Transform const& theTransform, Texture const* theTexture, Shader const* theShader )
RenderStates::RenderStates [not-in-charge] Shader const* theShader )
RenderStates::RenderStates [not-in-charge] Texture const* theTexture )
RenderStates::RenderStates [not-in-charge] Transform const& theTransform )

RenderTarget.hpp, libsfml-graphics.so.2.0
namespace sf
RenderTarget::clear Color const& color )
RenderTarget::draw ( Drawable const& drawable, RenderStates const& states )
RenderTarget::draw ( Vertex const* vertices, unsigned int vertexCount, enum PrimitiveType type, RenderStates const& states )
RenderTarget::getDefaultView ( ) const
RenderTarget::getView ( ) const
RenderTarget::getViewport View const& view ) const
RenderTarget::initialize ( )
RenderTarget::mapCoordsToPixel Vector2f const& point ) const
RenderTarget::mapCoordsToPixel ( Vector2f const& point, View const& view ) const
RenderTarget::mapPixelToCoords Vector2i const& point ) const
RenderTarget::mapPixelToCoords ( Vector2i const& point, View const& view ) const
RenderTarget::popGLStates ( )
RenderTarget::pushGLStates ( )
RenderTarget::resetGLStates ( )
RenderTarget::setView View const& view )

RenderTexture.hpp, libsfml-graphics.so.2.0
namespace sf
RenderTexture::create ( unsigned int width, unsigned int height, bool depthBuffer )
RenderTexture::display ( )
RenderTexture::getSize ( ) const
RenderTexture::getTexture ( ) const
RenderTexture::isRepeated ( ) const
RenderTexture::isSmooth ( ) const
RenderTexture::RenderTexture [in-charge] ( )
RenderTexture::RenderTexture [not-in-charge] ( )
RenderTexture::setActive bool active )
RenderTexture::setRepeated bool repeated )
RenderTexture::setSmooth bool smooth )
RenderTexture::~RenderTexture [in-charge-deleting] ( )
RenderTexture::~RenderTexture [in-charge] ( )
RenderTexture::~RenderTexture [not-in-charge] ( )

RenderWindow.hpp, libsfml-graphics.so.2.0
namespace sf
RenderWindow::capture ( ) const
RenderWindow::getSize ( ) const
RenderWindow::onCreate ( )
RenderWindow::onResize ( )
RenderWindow::RenderWindow [in-charge] VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
RenderWindow::RenderWindow [in-charge] ( WindowHandle handle, ContextSettings const& settings )
RenderWindow::RenderWindow [not-in-charge] VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
RenderWindow::RenderWindow [not-in-charge] ( WindowHandle handle, ContextSettings const& settings )

Shader.hpp, libsfml-graphics.so.2.0
namespace sf
Shader::bind Shader const* shader ) [static]
Shader::CurrentTexture [data]
Shader::isAvailable ( ) [static]
Shader::loadFromFile ( std::string const& filename, enum Shader::Type type )
Shader::loadFromFile ( std::string const& vertexShaderFilename, std::string const& fragmentShaderFilename )
Shader::loadFromMemory ( std::string const& shader, enum Shader::Type type )
Shader::loadFromMemory ( std::string const& vertexShader, std::string const& fragmentShader )
Shader::loadFromStream ( InputStream& stream, enum Shader::Type type )
Shader::loadFromStream ( InputStream& vertexShaderStream, InputStream& fragmentShaderStream )
Shader::setParameter ( std::string const& name, float x )
Shader::setParameter ( std::string const& name, float x, float y )
Shader::setParameter ( std::string const& name, float x, float y, float z )
Shader::setParameter ( std::string const& name, float x, float y, float z, float w )
Shader::setParameter ( std::string const& name, Color const& color )
Shader::setParameter ( std::string const& name, Texture const& texture )
Shader::setParameter ( std::string const& name, Transform const& transform )
Shader::setParameter ( std::string const& name, Vector2f const& vector )
Shader::setParameter ( std::string const& name, Vector3f const& vector )
Shader::setParameter ( std::string const& name, struct Shader::CurrentTextureType p2 )
Shader::Shader [in-charge] ( )
Shader::Shader [not-in-charge] ( )
Shader::~Shader [in-charge] ( )
Shader::~Shader [not-in-charge] ( )

Shape.hpp, libsfml-graphics.so.2.0
namespace sf
Shape::getFillColor ( ) const
Shape::getGlobalBounds ( ) const
Shape::getLocalBounds ( ) const
Shape::getOutlineColor ( ) const
Shape::getOutlineThickness ( ) const
Shape::getTexture ( ) const
Shape::getTextureRect ( ) const
Shape::setFillColor Color const& color )
Shape::setOutlineColor Color const& color )
Shape::setOutlineThickness float thickness )
Shape::setTexture ( Texture const* texture, bool resetRect )
Shape::setTextureRect IntRect const& rect )
Shape::update ( )
Shape::~Shape [not-in-charge] ( )

Sleep.hpp, libsfml-system.so.2.0
namespace sf
sleep Time duration )

Socket.hpp, libsfml-network.so.2.0
namespace sf
Socket::close ( )
Socket::create ( )
Socket::create SocketHandle handle )
Socket::getHandle ( ) const
Socket::isBlocking ( ) const
Socket::setBlocking bool blocking )
Socket::Socket [in-charge] enum Socket::Type type )
Socket::Socket [not-in-charge] enum Socket::Type type )
Socket::~Socket [in-charge-deleting] ( )
Socket::~Socket [in-charge] ( )
Socket::~Socket [not-in-charge] ( )

SocketSelector.hpp, libsfml-network.so.2.0
namespace sf
SocketSelector::add Socket& socket )
SocketSelector::clear ( )
SocketSelector::isReady Socket& socket ) const
SocketSelector::operator = SocketSelector const& right )
SocketSelector::remove Socket& socket )
SocketSelector::SocketSelector [in-charge] ( )
SocketSelector::SocketSelector [in-charge] SocketSelector const& copy )
SocketSelector::SocketSelector [not-in-charge] ( )
SocketSelector::SocketSelector [not-in-charge] SocketSelector const& copy )
SocketSelector::wait Time timeout )
SocketSelector::~SocketSelector [in-charge] ( )
SocketSelector::~SocketSelector [not-in-charge] ( )

Sound.hpp, libsfml-audio.so.2.0
namespace sf
Sound::getBuffer ( ) const
Sound::getLoop ( ) const
Sound::getPlayingOffset ( ) const
Sound::getStatus ( ) const
Sound::pause ( )
Sound::play ( )
Sound::resetBuffer ( )
Sound::setBuffer SoundBuffer const& buffer )
Sound::setLoop bool loop )
Sound::setPlayingOffset Time timeOffset )
Sound::Sound [in-charge] SoundBuffer const& buffer )
Sound::Sound [not-in-charge] SoundBuffer const& buffer )
Sound::stop ( )

SoundBuffer.hpp, libsfml-audio.so.2.0
namespace sf
SoundBuffer::getChannelCount ( ) const
SoundBuffer::getDuration ( ) const
SoundBuffer::getSampleCount ( ) const
SoundBuffer::getSampleRate ( ) const
SoundBuffer::getSamples ( ) const
SoundBuffer::loadFromFile std::string const& filename )
SoundBuffer::loadFromMemory ( void const* data, std::size_t sizeInBytes )
SoundBuffer::loadFromSamples ( Int16 const* samples, std::size_t sampleCount, unsigned int channelCount, unsigned int sampleRate )
SoundBuffer::loadFromStream InputStream& stream )
SoundBuffer::saveToFile std::string const& filename ) const

SoundBufferRecorder.hpp, libsfml-audio.so.2.0
namespace sf
SoundBufferRecorder::getBuffer ( ) const
SoundBufferRecorder::onProcessSamples ( Int16 const* samples, std::size_t sampleCount )
SoundBufferRecorder::onStart ( )
SoundBufferRecorder::onStop ( )

SoundRecorder.hpp, libsfml-audio.so.2.0
namespace sf
SoundRecorder::getSampleRate ( ) const
SoundRecorder::isAvailable ( ) [static]
SoundRecorder::onStart ( )
SoundRecorder::onStop ( )
SoundRecorder::start unsigned int sampleRate )
SoundRecorder::stop ( )

SoundSource.hpp, libsfml-audio.so.2.0
namespace sf
SoundSource::getAttenuation ( ) const
SoundSource::getMinDistance ( ) const
SoundSource::getPitch ( ) const
SoundSource::getPosition ( ) const
SoundSource::getStatus ( ) const
SoundSource::getVolume ( ) const
SoundSource::isRelativeToListener ( ) const
SoundSource::setAttenuation float attenuation )
SoundSource::setMinDistance float distance )
SoundSource::setPitch float pitch )
SoundSource::setPosition float x, float y, float z )
SoundSource::setPosition Vector3f const& position )
SoundSource::setRelativeToListener bool relative )
SoundSource::setVolume float volume )
SoundSource::SoundSource [in-charge] ( )
SoundSource::SoundSource [in-charge] SoundSource const& copy )
SoundSource::SoundSource [not-in-charge] ( )
SoundSource::SoundSource [not-in-charge] SoundSource const& copy )
SoundSource::~SoundSource [in-charge-deleting] ( )
SoundSource::~SoundSource [in-charge] ( )
SoundSource::~SoundSource [not-in-charge] ( )

SoundStream.hpp, libsfml-audio.so.2.0
namespace sf
SoundStream::getChannelCount ( ) const
SoundStream::getLoop ( ) const
SoundStream::getPlayingOffset ( ) const
SoundStream::getSampleRate ( ) const
SoundStream::getStatus ( ) const
SoundStream::initialize ( unsigned int channelCount, unsigned int sampleRate )
SoundStream::pause ( )
SoundStream::play ( )
SoundStream::setLoop bool loop )
SoundStream::setPlayingOffset Time timeOffset )
SoundStream::stop ( )

Sprite.hpp, libsfml-graphics.so.2.0
namespace sf
Sprite::getColor ( ) const
Sprite::getGlobalBounds ( ) const
Sprite::getLocalBounds ( ) const
Sprite::getTexture ( ) const
Sprite::getTextureRect ( ) const
Sprite::setColor Color const& color )
Sprite::setTexture ( Texture const& texture, bool resetRect )
Sprite::setTextureRect IntRect const& rectangle )
Sprite::Sprite [in-charge] Texture const& texture )
Sprite::Sprite [in-charge] ( Texture const& texture, IntRect const& rectangle )
Sprite::Sprite [not-in-charge] Texture const& texture )
Sprite::Sprite [not-in-charge] ( Texture const& texture, IntRect const& rectangle )

String.hpp, libsfml-system.so.2.0
namespace sf
operator!= ( String const& left, String const& right )
operator+ ( String const& left, String const& right )
operator< ( String const& left, String const& right )
operator<= ( String const& left, String const& right )
operator == ( String const& left, String const& right )
operator> ( String const& left, String const& right )
operator>= ( String const& left, String const& right )
String::begin ( )
String::begin ( ) const
String::clear ( )
String::end ( )
String::end ( ) const
String::erase ( std::size_t position, std::size_t count )
String::find ( String const& str, std::size_t start ) const
String::getData ( ) const
String::getSize ( ) const
String::insert ( std::size_t position, String const& str )
String::InvalidPos [data]
String::isEmpty ( ) const
String::operator std::string ( ) const
String::operator std::wstring ( ) const
String::operator+= String const& right )
String::operator = String const& right )
String::operator[ ] std::size_t index )
String::operator[ ] std::size_t index ) const
String::String [in-charge] char ansiChar, std::locale const& locale )
String::String [in-charge] ( char const* ansiString, std::locale const& locale )
String::String [in-charge] String const& copy )
String::String [in-charge] Uint32 const* utf32String )
String::String [in-charge] Uint32 utf32Char )
String::String [in-charge] std::basic_string<unsigned int>const& utf32String )
String::String [in-charge] ( std::string const& ansiString, std::locale const& locale )
String::String [in-charge] std::wstring const& wideString )
String::String [in-charge] wchar_t const* wideString )
String::String [in-charge] wchar_t wideChar )
String::String [not-in-charge] char ansiChar, std::locale const& locale )
String::String [not-in-charge] ( char const* ansiString, std::locale const& locale )
String::String [not-in-charge] String const& copy )
String::String [not-in-charge] Uint32 const* utf32String )
String::String [not-in-charge] Uint32 utf32Char )
String::String [not-in-charge] std::basic_string<unsigned int>const& utf32String )
String::String [not-in-charge] ( std::string const& ansiString, std::locale const& locale )
String::String [not-in-charge] std::wstring const& wideString )
String::String [not-in-charge] wchar_t const* wideString )
String::String [not-in-charge] wchar_t wideChar )
String::toAnsiString std::locale const& locale ) const
String::toWideString ( ) const

TcpListener.hpp, libsfml-network.so.2.0
namespace sf
TcpListener::accept TcpSocket& socket )
TcpListener::close ( )
TcpListener::getLocalPort ( ) const
TcpListener::listen unsigned short port )
TcpListener::TcpListener [in-charge] ( )
TcpListener::TcpListener [not-in-charge] ( )
TcpListener::~TcpListener [in-charge-deleting] ( )
TcpListener::~TcpListener [in-charge] ( )

TcpSocket.hpp, libsfml-network.so.2.0
namespace sf
TcpSocket::connect ( IpAddress const& remoteAddress, unsigned short remotePort, Time timeout )
TcpSocket::disconnect ( )
TcpSocket::getLocalPort ( ) const
TcpSocket::getRemoteAddress ( ) const
TcpSocket::getRemotePort ( ) const
TcpSocket::PendingPacket::PendingPacket [in-charge] ( )
TcpSocket::PendingPacket::PendingPacket [not-in-charge] ( )
TcpSocket::receive Packet& packet )
TcpSocket::receive void* data, std::size_t size, std::size_t& received )
TcpSocket::send Packet& packet )
TcpSocket::send ( void const* data, std::size_t size )
TcpSocket::TcpSocket [in-charge] ( )
TcpSocket::TcpSocket [not-in-charge] ( )
TcpSocket::~TcpSocket [in-charge-deleting] ( )
TcpSocket::~TcpSocket [in-charge] ( )

Text.hpp, libsfml-graphics.so.2.0
namespace sf
Text::findCharacterPos std::size_t index ) const
Text::getCharacterSize ( ) const
Text::getColor ( ) const
Text::getFont ( ) const
Text::getGlobalBounds ( ) const
Text::getLocalBounds ( ) const
Text::getString ( ) const
Text::getStyle ( ) const
Text::setCharacterSize unsigned int size )
Text::setColor Color const& color )
Text::setFont Font const& font )
Text::setString String const& string )
Text::setStyle Uint32 style )
Text::Text [in-charge] ( )
Text::Text [in-charge] ( String const& string, Font const& font, unsigned int characterSize )
Text::Text [not-in-charge] ( )
Text::Text [not-in-charge] ( String const& string, Font const& font, unsigned int characterSize )
Text::~Text [in-charge-deleting] ( )
Text::~Text [in-charge] ( )

Texture.hpp, libsfml-graphics.so.2.0
namespace sf
Texture::bind ( Texture const* texture, enum Texture::CoordinateType coordinateType ) [static]
Texture::copyToImage ( ) const
Texture::create ( unsigned int width, unsigned int height )
Texture::getMaximumSize ( ) [static]
Texture::getSize ( ) const
Texture::isRepeated ( ) const
Texture::isSmooth ( ) const
Texture::loadFromFile ( std::string const& filename, IntRect const& area )
Texture::loadFromImage ( Image const& image, IntRect const& area )
Texture::loadFromMemory ( void const* data, std::size_t size, IntRect const& area )
Texture::loadFromStream ( InputStream& stream, IntRect const& area )
Texture::operator = Texture const& right )
Texture::setRepeated bool repeated )
Texture::setSmooth bool smooth )
Texture::Texture [in-charge] ( )
Texture::Texture [in-charge] Texture const& copy )
Texture::Texture [not-in-charge] ( )
Texture::Texture [not-in-charge] Texture const& copy )
Texture::update Image const& image )
Texture::update ( Image const& image, unsigned int x, unsigned int y )
Texture::update Uint8 const* pixels )
Texture::update ( Uint8 const* pixels, unsigned int width, unsigned int height, unsigned int x, unsigned int y )
Texture::update Window const& window )
Texture::update ( Window const& window, unsigned int x, unsigned int y )
Texture::~Texture [in-charge] ( )
Texture::~Texture [not-in-charge] ( )

Thread.hpp, libsfml-system.so.2.0
namespace sf
Thread::launch ( )
Thread::terminate ( )
Thread::wait ( )

ThreadLocal.hpp, libsfml-system.so.2.0
namespace sf
ThreadLocal::getValue ( ) const
ThreadLocal::setValue void* value )
ThreadLocal::ThreadLocal [in-charge] void* value )
ThreadLocal::ThreadLocal [not-in-charge] void* value )
ThreadLocal::~ThreadLocal [in-charge] ( )
ThreadLocal::~ThreadLocal [not-in-charge] ( )

Time.hpp, libsfml-system.so.2.0
namespace sf
microseconds Int64 p1 )
milliseconds Int32 p1 )
operator!= Time left, Time right )
operator* float left, Time right )
operator* Int64 left, Time right )
operator* Time left, float right )
operator* Time left, Int64 right )
operator*= Time& left, float right )
operator*= Time& left, Int64 right )
operator+ Time left, Time right )
operator+= Time& left, Time right )
operator- Time left, Time right )
operator- Time right )
operator-= Time& left, Time right )
operator/ Time left, float right )
operator/ Time left, Int64 right )
operator/= Time& left, float right )
operator/= Time& left, Int64 right )
operator< Time left, Time right )
operator<= Time left, Time right )
operator == Time left, Time right )
operator> Time left, Time right )
operator>= Time left, Time right )
seconds float p1 )
Time::asMicroseconds ( ) const
Time::asMilliseconds ( ) const
Time::asSeconds ( ) const
Time::Time [in-charge] ( )
Time::Time [not-in-charge] ( )
Time::Zero [data]

Transform.hpp, libsfml-graphics.so.2.0
namespace sf
operator* ( Transform const& left, Transform const& right )
operator* ( Transform const& left, Vector2f const& right )
operator*= ( Transform& left, Transform const& right )
Transform::combine Transform const& transform )
Transform::getInverse ( ) const
Transform::getMatrix ( ) const
Transform::Identity [data]
Transform::rotate float angle )
Transform::rotate float angle, float centerX, float centerY )
Transform::rotate float angle, Vector2f const& center )
Transform::scale float scaleX, float scaleY )
Transform::scale float scaleX, float scaleY, float centerX, float centerY )
Transform::scale Vector2f const& factors )
Transform::scale ( Vector2f const& factors, Vector2f const& center )
Transform::Transform [in-charge] ( )
Transform::Transform [in-charge] float a00, float a01, float a02, float a10, float a11, float a12, float a20, float a21, float a22 )
Transform::Transform [not-in-charge] ( )
Transform::Transform [not-in-charge] float a00, float a01, float a02, float a10, float a11, float a12, float a20, float a21, float a22 )
Transform::transformPoint float x, float y ) const
Transform::transformPoint Vector2f const& point ) const
Transform::transformRect FloatRect const& rectangle ) const
Transform::translate float x, float y )
Transform::translate Vector2f const& offset )

Transformable.hpp, libsfml-graphics.so.2.0
namespace sf
Transformable::getInverseTransform ( ) const
Transformable::getOrigin ( ) const
Transformable::getPosition ( ) const
Transformable::getRotation ( ) const
Transformable::getScale ( ) const
Transformable::getTransform ( ) const
Transformable::move float offsetX, float offsetY )
Transformable::move Vector2f const& offset )
Transformable::rotate float angle )
Transformable::scale float factorX, float factorY )
Transformable::scale Vector2f const& factor )
Transformable::setOrigin float x, float y )
Transformable::setOrigin Vector2f const& origin )
Transformable::setPosition float x, float y )
Transformable::setPosition Vector2f const& position )
Transformable::setRotation float angle )
Transformable::setScale float factorX, float factorY )
Transformable::setScale Vector2f const& factors )
Transformable::Transformable [in-charge] ( )
Transformable::Transformable [not-in-charge] ( )
Transformable::~Transformable [in-charge-deleting] ( )
Transformable::~Transformable [in-charge] ( )
Transformable::~Transformable [not-in-charge] ( )

UdpSocket.hpp, libsfml-network.so.2.0
namespace sf
UdpSocket::bind unsigned short port )
UdpSocket::getLocalPort ( ) const
UdpSocket::receive ( Packet& packet, IpAddress& remoteAddress, unsigned short& remotePort )
UdpSocket::receive void* data, std::size_t size, std::size_t& received, IpAddress& remoteAddress, unsigned short& remotePort )
UdpSocket::send ( Packet& packet, IpAddress const& remoteAddress, unsigned short remotePort )
UdpSocket::send ( void const* data, std::size_t size, IpAddress const& remoteAddress, unsigned short remotePort )
UdpSocket::UdpSocket [in-charge] ( )
UdpSocket::UdpSocket [not-in-charge] ( )
UdpSocket::unbind ( )
UdpSocket::~UdpSocket [in-charge-deleting] ( )
UdpSocket::~UdpSocket [in-charge] ( )

Vertex.hpp, libsfml-graphics.so.2.0
namespace sf
Vertex::Vertex [in-charge] ( )
Vertex::Vertex [in-charge] Vector2f const& thePosition )
Vertex::Vertex [in-charge] ( Vector2f const& thePosition, Color const& theColor )
Vertex::Vertex [in-charge] ( Vector2f const& thePosition, Color const& theColor, Vector2f const& theTexCoords )
Vertex::Vertex [in-charge] ( Vector2f const& thePosition, Vector2f const& theTexCoords )
Vertex::Vertex [not-in-charge] ( )
Vertex::Vertex [not-in-charge] Vector2f const& thePosition )
Vertex::Vertex [not-in-charge] ( Vector2f const& thePosition, Color const& theColor )
Vertex::Vertex [not-in-charge] ( Vector2f const& thePosition, Color const& theColor, Vector2f const& theTexCoords )
Vertex::Vertex [not-in-charge] ( Vector2f const& thePosition, Vector2f const& theTexCoords )

VertexArray.hpp, libsfml-graphics.so.2.0
namespace sf
VertexArray::append Vertex const& vertex )
VertexArray::clear ( )
VertexArray::getBounds ( ) const
VertexArray::getPrimitiveType ( ) const
VertexArray::getVertexCount ( ) const
VertexArray::operator[ ] unsigned int index )
VertexArray::operator[ ] unsigned int index ) const
VertexArray::resize unsigned int vertexCount )
VertexArray::setPrimitiveType enum PrimitiveType type )
VertexArray::VertexArray [in-charge] ( )
VertexArray::VertexArray [in-charge] ( enum PrimitiveType type, unsigned int vertexCount )
VertexArray::VertexArray [not-in-charge] ( )
VertexArray::VertexArray [not-in-charge] ( enum PrimitiveType type, unsigned int vertexCount )
VertexArray::~VertexArray [in-charge-deleting] ( )
VertexArray::~VertexArray [in-charge] ( )

VideoMode.hpp, libsfml-window.so.2.0
namespace sf
operator!= ( VideoMode const& left, VideoMode const& right )
operator< ( VideoMode const& left, VideoMode const& right )
operator<= ( VideoMode const& left, VideoMode const& right )
operator == ( VideoMode const& left, VideoMode const& right )
operator> ( VideoMode const& left, VideoMode const& right )
operator>= ( VideoMode const& left, VideoMode const& right )
VideoMode::getDesktopMode ( ) [static]
VideoMode::getFullscreenModes ( ) [static]
VideoMode::isValid ( ) const

View.hpp, libsfml-graphics.so.2.0
namespace sf
View::getCenter ( ) const
View::getInverseTransform ( ) const
View::getRotation ( ) const
View::getSize ( ) const
View::getTransform ( ) const
View::getViewport ( ) const
View::move float offsetX, float offsetY )
View::move Vector2f const& offset )
View::reset FloatRect const& rectangle )
View::rotate float angle )
View::setCenter float x, float y )
View::setCenter Vector2f const& center )
View::setRotation float angle )
View::setSize float width, float height )
View::setSize Vector2f const& size )
View::setViewport FloatRect const& viewport )
View::View [in-charge] ( )
View::View [not-in-charge] ( )
View::zoom float factor )

Window.hpp, libsfml-window.so.2.0
namespace sf
Window::close ( )
Window::create VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
Window::create ( WindowHandle handle, ContextSettings const& settings )
Window::display ( )
Window::getPosition ( ) const
Window::getSettings ( ) const
Window::getSize ( ) const
Window::getSystemHandle ( ) const
Window::isOpen ( ) const
Window::onCreate ( )
Window::onResize ( )
Window::pollEvent struct Event& event )
Window::setActive bool active ) const
Window::setFramerateLimit unsigned int limit )
Window::setIcon ( unsigned int width, unsigned int height, Uint8 const* pixels )
Window::setJoystickThreshold float threshold )
Window::setKeyRepeatEnabled bool enabled )
Window::setMouseCursorVisible bool visible )
Window::setPosition Vector2i const& position )
Window::setSize Vector2u const size )
Window::setTitle String const& title )
Window::setVerticalSyncEnabled bool enabled )
Window::setVisible bool visible )
Window::waitEvent struct Event& event )
Window::Window [in-charge] VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
Window::Window [in-charge] ( WindowHandle handle, ContextSettings const& settings )
Window::Window [not-in-charge] VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
Window::Window [not-in-charge] ( WindowHandle handle, ContextSettings const& settings )

to the top

Removed Symbols (437)


AudioResource.hpp, libsfml-audio.so.1.6
namespace sf
AudioResource::AudioResource [in-charge] ( )
AudioResource::AudioResource [in-charge] AudioResource const& p1 )
AudioResource::AudioResource [not-in-charge] ( )
AudioResource::AudioResource [not-in-charge] AudioResource const& p1 )
AudioResource::~AudioResource [in-charge-deleting] ( )
AudioResource::~AudioResource [in-charge] ( )
AudioResource::~AudioResource [not-in-charge] ( )
vtable for AudioResource [data]

Clock.hpp, libsfml-system.so.1.6
namespace sf
Clock::GetElapsedTime ( ) const
Clock::Reset ( )

Color.hpp, libsfml-graphics.so.1.6
namespace sf
Color::operator!= Color const& Other ) const
Color::operator*= Color const& Other )
Color::operator+= Color const& Other )
Color::operator == Color const& Other ) const

Context.hpp, libsfml-window.so.1.6
namespace sf
Context::GetGlobal ( ) [static]
Context::IsContextActive ( ) [static]
Context::SetActive bool Active )

Drawable.hpp, libsfml-graphics.so.1.6
namespace sf
Drawable::Drawable [in-charge] ( Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
Drawable::Drawable [not-in-charge] ( Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
Drawable::GetBlendMode ( ) const
Drawable::GetCenter ( ) const
Drawable::GetColor ( ) const
Drawable::GetInverseMatrix ( ) const
Drawable::GetMatrix ( ) const
Drawable::GetPosition ( ) const
Drawable::GetRotation ( ) const
Drawable::GetScale ( ) const
Drawable::Move float OffsetX, float OffsetY )
Drawable::Move Vector2f const& Offset )
Drawable::Rotate float Angle )
Drawable::Scale float FactorX, float FactorY )
Drawable::Scale Vector2f const& Factor )
Drawable::SetBlendMode enum Blend::Mode Mode )
Drawable::SetCenter float CenterX, float CenterY )
Drawable::SetCenter Vector2f const& Center )
Drawable::SetColor Color const& Col )
Drawable::SetPosition float X, float Y )
Drawable::SetPosition Vector2f const& Position )
Drawable::SetRotation float Rotation )
Drawable::SetScale float ScaleX, float ScaleY )
Drawable::SetScale Vector2f const& Scale )
Drawable::SetScaleX float FactorX )
Drawable::SetScaleY float FactorY )
Drawable::SetX float X )
Drawable::SetY float Y )
Drawable::TransformToGlobal Vector2f const& Point ) const
Drawable::TransformToLocal Vector2f const& Point ) const

Font.hpp, libsfml-graphics.so.1.6
namespace sf
Font::GetCharacterSize ( ) const
Font::GetDefaultFont ( ) [static]
Font::GetGlyph Uint32 CodePoint ) const
Font::GetImage ( ) const
Font::LoadFromFile ( std::string const& Filename, unsigned int CharSize, Unicode::Text const& Charset )
Font::LoadFromMemory ( char const* Data, std::size_t SizeInBytes, unsigned int CharSize, Unicode::Text const& Charset )

Ftp.hpp, libsfml-network.so.1.6
namespace sf
Ftp::ChangeDirectory std::string const& Directory )
Ftp::Connect ( IPAddress const& Server, unsigned short Port, float Timeout )
Ftp::DeleteDirectory std::string const& Name )
Ftp::DeleteFile std::string const& Name )
Ftp::DirectoryResponse::DirectoryResponse [in-charge] Ftp::Response Resp )
Ftp::DirectoryResponse::DirectoryResponse [not-in-charge] Ftp::Response Resp )
Ftp::DirectoryResponse::GetDirectory ( ) const
Ftp::Disconnect ( )
Ftp::Download ( std::string const& DistantFile, std::string const& DestPath, enum Ftp::TransferMode Mode )
Ftp::GetDirectoryListing std::string const& Directory )
Ftp::GetWorkingDirectory ( )
Ftp::KeepAlive ( )
Ftp::ListingResponse::GetCount ( ) const
Ftp::ListingResponse::GetFilename std::size_t Index ) const
Ftp::ListingResponse::ListingResponse [in-charge] ( Ftp::Response Resp, std::vector<char>const& Data )
Ftp::ListingResponse::ListingResponse [not-in-charge] ( Ftp::Response Resp, std::vector<char>const& Data )
Ftp::Login ( )
Ftp::Login ( std::string const& UserName, std::string const& Password )
Ftp::MakeDirectory std::string const& Name )
Ftp::ParentDirectory ( )
Ftp::RenameFile ( std::string const& File, std::string const& NewName )
Ftp::Response::GetMessage ( ) const
Ftp::Response::GetStatus ( ) const
Ftp::Response::IsOk ( ) const
Ftp::Upload ( std::string const& LocalFile, std::string const& DestPath, enum Ftp::TransferMode Mode )

Http.hpp, libsfml-network.so.1.6
namespace sf
Http::Request::Request [in-charge] ( enum Http::Request::Method RequestMethod, std::string const& URI, std::string const& Body )
Http::Request::Request [not-in-charge] ( enum Http::Request::Method RequestMethod, std::string const& URI, std::string const& Body )
Http::Request::SetBody std::string const& Body )
Http::Request::SetField ( std::string const& Field, std::string const& Value )
Http::Request::SetHttpVersion ( unsigned int Major, unsigned int Minor )
Http::Request::SetMethod enum Http::Request::Method RequestMethod )
Http::Request::SetURI std::string const& URI )
Http::Response::GetBody ( ) const
Http::Response::GetField std::string const& Field ) const
Http::Response::GetMajorHttpVersion ( ) const
Http::Response::GetMinorHttpVersion ( ) const
Http::Response::GetStatus ( ) const
Http::SendRequest ( Http::Request const& Req, float Timeout )
Http::SetHost ( std::string const& Host, unsigned short Port )

Image.hpp, libsfml-graphics.so.1.6
namespace sf
Image::Bind ( ) const
Image::Copy ( Image const& Source, unsigned int DestX, unsigned int DestY, IntRect const& SourceRect, bool ApplyAlpha )
Image::CopyScreen ( RenderWindow& Window, IntRect const& SourceRect )
Image::Create ( unsigned int Width, unsigned int Height, Color Col )
Image::CreateMaskFromColor Color ColorKey, Uint8 Alpha )
Image::GetHeight ( ) const
Image::GetPixel unsigned int X, unsigned int Y ) const
Image::GetPixelsPtr ( ) const
Image::GetTexCoords IntRect const& Rect ) const
Image::GetValidTextureSize unsigned int Size ) [static]
Image::GetWidth ( ) const
Image::Image [in-charge] Image const& Copy )
Image::Image [in-charge] ( unsigned int Width, unsigned int Height, Color const& Col )
Image::Image [in-charge] ( unsigned int Width, unsigned int Height, Uint8 const* Data )
Image::Image [not-in-charge] Image const& Copy )
Image::Image [not-in-charge] ( unsigned int Width, unsigned int Height, Color const& Col )
Image::Image [not-in-charge] ( unsigned int Width, unsigned int Height, Uint8 const* Data )
Image::IsSmooth ( ) const
Image::LoadFromFile std::string const& Filename )
Image::LoadFromMemory ( char const* Data, std::size_t SizeInBytes )
Image::LoadFromPixels ( unsigned int Width, unsigned int Height, Uint8 const* Data )
Image::operator = Image const& Other )
Image::SaveToFile std::string const& Filename ) const
Image::SetPixel unsigned int X, unsigned int Y, Color const& Col )
Image::SetSmooth bool Smooth )

Input.hpp, libsfml-window.so.1.6
namespace sf
Input::GetJoystickAxis ( unsigned int JoyId, enum Joy::Axis Axis ) const
Input::GetMouseX ( ) const
Input::GetMouseY ( ) const
Input::Input [in-charge] ( )
Input::Input [not-in-charge] ( )
Input::IsJoystickButtonDown ( unsigned int JoyId, unsigned int Button ) const
Input::IsKeyDown enum Key::Code KeyCode ) const
Input::IsMouseButtonDown enum Mouse::Button Button ) const
Input::~Input [in-charge-deleting] ( )
Input::~Input [in-charge] ( )
vtable for Input [data]

IPAddress.hpp, libsfml-network.so.1.6
namespace sf
IPAddress::GetLocalAddress ( ) [static]
IPAddress::GetPublicAddress float Timeout ) [static]
IPAddress::IPAddress [in-charge] ( )
IPAddress::IPAddress [in-charge] char const* Address )
IPAddress::IPAddress [in-charge] Uint32 Address )
IPAddress::IPAddress [in-charge] Uint8 Byte0, Uint8 Byte1, Uint8 Byte2, Uint8 Byte3 )
IPAddress::IPAddress [in-charge] std::string const& Address )
IPAddress::IPAddress [not-in-charge] ( )
IPAddress::IPAddress [not-in-charge] char const* Address )
IPAddress::IPAddress [not-in-charge] Uint32 Address )
IPAddress::IPAddress [not-in-charge] Uint8 Byte0, Uint8 Byte1, Uint8 Byte2, Uint8 Byte3 )
IPAddress::IPAddress [not-in-charge] std::string const& Address )
IPAddress::IsValid ( ) const
IPAddress::LocalHost [data]
IPAddress::operator!= IPAddress const& Other ) const
IPAddress::operator< IPAddress const& Other ) const
IPAddress::operator<= IPAddress const& Other ) const
IPAddress::operator == IPAddress const& Other ) const
IPAddress::operator> IPAddress const& Other ) const
IPAddress::operator>= IPAddress const& Other ) const
IPAddress::ToInteger ( ) const
IPAddress::ToString ( ) const
operator<< ( std::ostream& Stream, IPAddress const& Address )
operator>> ( std::istream& Stream, IPAddress& Address )

Listener.hpp, libsfml-audio.so.1.6
namespace sf
Listener::GetGlobalVolume ( ) [static]
Listener::GetPosition ( ) [static]
Listener::GetTarget ( ) [static]
Listener::SetGlobalVolume float Volume ) [static]
Listener::SetPosition float X, float Y, float Z ) [static]
Listener::SetPosition Vector3f const& Position ) [static]
Listener::SetTarget float X, float Y, float Z ) [static]
Listener::SetTarget Vector3f const& Target ) [static]

Matrix3.hpp, libsfml-graphics.so.1.6
namespace sf
Matrix3::Identity [data]

Music.hpp, libsfml-audio.so.1.6
namespace sf
Music::GetDuration ( ) const
Music::Music [in-charge] std::size_t BufferSize )
Music::Music [not-in-charge] std::size_t BufferSize )
Music::OpenFromFile std::string const& Filename )
Music::OpenFromMemory ( char const* Data, std::size_t SizeInBytes )

Mutex.hpp, libsfml-system.so.1.6
namespace sf
Mutex::Lock ( )
Mutex::Unlock ( )

Packet.hpp, libsfml-network.so.1.6
namespace sf
Packet::Append ( void const* Data, std::size_t SizeInBytes )
Packet::Clear ( )
Packet::EndOfPacket ( ) const
Packet::GetData ( ) const
Packet::GetDataSize ( ) const
Packet::operator bool ( ) const

PostFX.hpp, libsfml-graphics.so.1.6
namespace sf
PostFX::CanUsePostFX ( ) [static]
PostFX::LoadFromFile std::string const& Filename )
PostFX::LoadFromMemory std::string const& Effect )
PostFX::operator = PostFX const& Other )
PostFX::PostFX [in-charge] ( )
PostFX::PostFX [in-charge] PostFX const& Copy )
PostFX::PostFX [not-in-charge] ( )
PostFX::PostFX [not-in-charge] PostFX const& Copy )
PostFX::Render RenderTarget& Target ) const
PostFX::SetParameter ( std::string const& Name, float X )
PostFX::SetParameter ( std::string const& Name, float X, float Y )
PostFX::SetParameter ( std::string const& Name, float X, float Y, float Z )
PostFX::SetParameter ( std::string const& Name, float X, float Y, float Z, float W )
PostFX::SetTexture ( std::string const& Name, Image* Texture )
PostFX::~PostFX [in-charge-deleting] ( )
PostFX::~PostFX [in-charge] ( )
PostFX::~PostFX [not-in-charge] ( )
vtable for PostFX [data]

Randomizer.hpp, libsfml-system.so.1.6
namespace sf
Randomizer::GetSeed ( ) [static]
Randomizer::Random float Begin, float End ) [static]
Randomizer::Random int Begin, int End ) [static]
Randomizer::SetSeed unsigned int Seed ) [static]

RenderTarget.hpp, libsfml-graphics.so.1.6
namespace sf
RenderTarget::Clear Color const& FillColor )
RenderTarget::Draw Drawable const& Object )
RenderTarget::GetDefaultView ( )
RenderTarget::GetView ( ) const
RenderTarget::Initialize ( )
RenderTarget::PreserveOpenGLStates bool Preserve )
RenderTarget::SetView View const& NewView )

RenderWindow.hpp, libsfml-graphics.so.1.6
namespace sf
RenderWindow::Capture ( ) const
RenderWindow::ConvertCoords ( unsigned int WindowX, unsigned int WindowY, View const* TargetView ) const
RenderWindow::GetHeight ( ) const
RenderWindow::GetWidth ( ) const
RenderWindow::RenderWindow [in-charge] VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, WindowSettings const& Params )
RenderWindow::RenderWindow [not-in-charge] VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
RenderWindow::RenderWindow [not-in-charge] ( WindowHandle Handle, WindowSettings const& Params )

SelectorBase.hpp, libsfml-network.so.1.6
namespace sf
SelectorBase::Add SocketHelper::SocketType Socket )
SelectorBase::Clear ( )
SelectorBase::GetSocketReady unsigned int Index )
SelectorBase::Remove SocketHelper::SocketType Socket )
SelectorBase::SelectorBase [in-charge] ( )
SelectorBase::SelectorBase [not-in-charge] ( )
SelectorBase::Wait float Timeout )

Shape.hpp, libsfml-graphics.so.1.6
namespace sf
Shape::AddPoint float X, float Y, Color const& Col, Color const& OutlineCol )
Shape::AddPoint ( Vector2f const& Position, Color const& Col, Color const& OutlineCol )
Shape::Circle float X, float Y, float Radius, Color const& Col, float Outline, Color const& OutlineCol ) [static]
Shape::Circle ( Vector2f const& Center, float Radius, Color const& Col, float Outline, Color const& OutlineCol ) [static]
Shape::EnableFill bool Enable )
Shape::EnableOutline bool Enable )
Shape::GetNbPoints ( ) const
Shape::GetOutlineWidth ( ) const
Shape::GetPointColor unsigned int Index ) const
Shape::GetPointOutlineColor unsigned int Index ) const
Shape::GetPointPosition unsigned int Index ) const
Shape::Line float P1X, float P1Y, float P2X, float P2Y, float Thickness, Color const& Col, float Outline, Color const& OutlineCol ) [static]
Shape::Line ( Vector2f const& P1, Vector2f const& P2, float Thickness, Color const& Col, float Outline, Color const& OutlineCol ) [static]
Shape::Point::Point [in-charge] ( Vector2f const& Pos, Color const& C, Color const& OutlineC )
Shape::Point::Point [not-in-charge] ( Vector2f const& Pos, Color const& C, Color const& OutlineC )
Shape::Rectangle float P1X, float P1Y, float P2X, float P2Y, Color const& Col, float Outline, Color const& OutlineCol ) [static]
Shape::Rectangle ( Vector2f const& P1, Vector2f const& P2, Color const& Col, float Outline, Color const& OutlineCol ) [static]
Shape::Render RenderTarget& Target ) const
Shape::SetOutlineWidth float Width )
Shape::SetPointColor ( unsigned int Index, Color const& Col )
Shape::SetPointOutlineColor ( unsigned int Index, Color const& OutlineCol )
Shape::SetPointPosition ( unsigned int Index, float X, float Y )
Shape::SetPointPosition ( unsigned int Index, Vector2f const& Position )

Sleep.hpp, libsfml-system.so.1.6
namespace sf
Sleep float Duration )

SocketHelper.hpp, libsfml-network.so.1.6
namespace sf
SocketHelper::Close SocketHelper::SocketType Socket ) [static]
SocketHelper::GetErrorStatus ( ) [static]
SocketHelper::InvalidSocket ( ) [static]
SocketHelper::SetBlocking ( SocketHelper::SocketType Socket, bool Block ) [static]

SocketTCP.hpp, libsfml-network.so.1.6
namespace sf
SocketTCP::Accept ( SocketTCP& Connected, IPAddress* Address )
SocketTCP::Close ( )
SocketTCP::Connect ( unsigned short Port, IPAddress const& HostAddress, float Timeout )
SocketTCP::IsValid ( ) const
SocketTCP::Listen unsigned short Port )
SocketTCP::operator!= SocketTCP const& Other ) const
SocketTCP::operator< SocketTCP const& Other ) const
SocketTCP::operator == SocketTCP const& Other ) const
SocketTCP::Receive char* Data, std::size_t MaxSize, std::size_t& SizeReceived )
SocketTCP::Receive Packet& PacketToReceive )
SocketTCP::Send ( char const* Data, std::size_t Size )
SocketTCP::Send Packet& PacketToSend )
SocketTCP::SetBlocking bool Blocking )
SocketTCP::SocketTCP [in-charge] ( )
SocketTCP::SocketTCP [not-in-charge] ( )

SocketUDP.hpp, libsfml-network.so.1.6
namespace sf
SocketUDP::Bind unsigned short Port )
SocketUDP::Close ( )
SocketUDP::GetPort ( ) const
SocketUDP::IsValid ( ) const
SocketUDP::operator!= SocketUDP const& Other ) const
SocketUDP::operator< SocketUDP const& Other ) const
SocketUDP::operator == SocketUDP const& Other ) const
SocketUDP::Receive char* Data, std::size_t MaxSize, std::size_t& SizeReceived, IPAddress& Address, unsigned short& Port )
SocketUDP::Receive ( Packet& PacketToReceive, IPAddress& Address, unsigned short& Port )
SocketUDP::Send ( char const* Data, std::size_t Size, IPAddress const& Address, unsigned short Port )
SocketUDP::Send ( Packet& PacketToSend, IPAddress const& Address, unsigned short Port )
SocketUDP::SetBlocking bool Blocking )
SocketUDP::SocketUDP [in-charge] ( )
SocketUDP::SocketUDP [not-in-charge] ( )
SocketUDP::Unbind ( )

Sound.hpp, libsfml-audio.so.1.6
namespace sf
Sound::GetAttenuation ( ) const
Sound::GetBuffer ( ) const
Sound::GetLoop ( ) const
Sound::GetMinDistance ( ) const
Sound::GetPitch ( ) const
Sound::GetPlayingOffset ( ) const
Sound::GetPosition ( ) const
Sound::GetStatus ( ) const
Sound::GetVolume ( ) const
Sound::IsRelativeToListener ( ) const
Sound::Pause ( )
Sound::Play ( )
Sound::ResetBuffer ( )
Sound::SetAttenuation float Attenuation )
Sound::SetBuffer SoundBuffer const& Buffer )
Sound::SetLoop bool Loop )
Sound::SetMinDistance float MinDistance )
Sound::SetPitch float Pitch )
Sound::SetPlayingOffset float TimeOffset )
Sound::SetPosition float X, float Y, float Z )
Sound::SetPosition Vector3f const& Position )
Sound::SetRelativeToListener bool Relative )
Sound::SetVolume float Volume )
Sound::Sound [in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position )
Sound::Sound [not-in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position )
Sound::Stop ( )

SoundBuffer.hpp, libsfml-audio.so.1.6
namespace sf
SoundBuffer::GetChannelsCount ( ) const
SoundBuffer::GetDuration ( ) const
SoundBuffer::GetSampleRate ( ) const
SoundBuffer::GetSamples ( ) const
SoundBuffer::GetSamplesCount ( ) const
SoundBuffer::LoadFromFile std::string const& Filename )
SoundBuffer::LoadFromMemory ( char const* Data, std::size_t SizeInBytes )
SoundBuffer::LoadFromSamples ( Int16 const* Samples, std::size_t SamplesCount, unsigned int ChannelsCount, unsigned int SampleRate )
SoundBuffer::SaveToFile std::string const& Filename ) const
SoundBuffer::~SoundBuffer [in-charge-deleting] ( )
vtable for SoundBuffer [data]

SoundBufferRecorder.hpp, libsfml-audio.so.1.6
namespace sf
SoundBufferRecorder::GetBuffer ( ) const

SoundRecorder.hpp, libsfml-audio.so.1.6
namespace sf
SoundRecorder::CanCapture ( ) [static]
SoundRecorder::GetSampleRate ( ) const
SoundRecorder::Start unsigned int SampleRate )
SoundRecorder::Stop ( )

SoundStream.hpp, libsfml-audio.so.1.6
namespace sf
SoundStream::GetChannelsCount ( ) const
SoundStream::GetLoop ( ) const
SoundStream::GetPlayingOffset ( ) const
SoundStream::GetSampleRate ( ) const
SoundStream::GetStatus ( ) const
SoundStream::Initialize ( unsigned int ChannelsCount, unsigned int SampleRate )
SoundStream::Play ( )
SoundStream::SetLoop bool Loop )
SoundStream::Stop ( )

Sprite.hpp, libsfml-graphics.so.1.6
namespace sf
Sprite::FlipX bool Flipped )
Sprite::FlipY bool Flipped )
Sprite::GetImage ( ) const
Sprite::GetPixel unsigned int X, unsigned int Y ) const
Sprite::GetSize ( ) const
Sprite::GetSubRect ( ) const
Sprite::Render RenderTarget& Target ) const
Sprite::Resize float Width, float Height )
Sprite::Resize Vector2f const& Size )
Sprite::SetImage Image const& Img )
Sprite::SetSubRect IntRect const& SubRect )
Sprite::Sprite [in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
Sprite::Sprite [not-in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )

String.hpp, libsfml-graphics.so.1.6
namespace sf
String::GetCharacterPos std::size_t Index ) const
String::GetFont ( ) const
String::GetRect ( ) const
String::GetSize ( ) const
String::GetStyle ( ) const
String::GetText ( ) const
String::Render RenderTarget& Target ) const
String::SetFont Font const& CharFont )
String::SetSize float Size )
String::SetStyle unsigned long TextStyle )
String::SetText Unicode::Text const& Text )
String::String [in-charge] ( Unicode::Text const& Text, Font const& CharFont, float Size )
String::String [not-in-charge] ( Unicode::Text const& Text, Font const& CharFont, float Size )
String::~String [in-charge-deleting] ( )
vtable for String [data]

Thread.hpp, libsfml-system.so.1.6
namespace sf
Thread::Launch ( )
Thread::Terminate ( )
Thread::Thread [in-charge] ( )
Thread::Thread [in-charge] ( Thread::FuncType Function, void* UserData )
Thread::Thread [not-in-charge] ( )
Thread::Thread [not-in-charge] ( Thread::FuncType Function, void* UserData )
Thread::Wait ( )
Thread::~Thread [in-charge-deleting] ( )
vtable for Thread [data]

Unicode.hpp, libsfml-system.so.1.6
namespace sf
Unicode::Text::operator Unicode::UTF16String ( ) const
Unicode::Text::operator Unicode::UTF32String const& ( ) const
Unicode::Text::operator Unicode::UTF8String ( ) const
Unicode::Text::operator std::string ( ) const
Unicode::Text::operator std::wstring ( ) const
Unicode::Text::Text [in-charge] ( )
Unicode::Text::Text [in-charge] char const* Str )
Unicode::Text::Text [in-charge] Uint16 const* Str )
Unicode::Text::Text [in-charge] Uint32 const* Str )
Unicode::Text::Text [in-charge] Uint8 const* Str )
Unicode::Text::Text [in-charge] Unicode::UTF16String const& Str )
Unicode::Text::Text [in-charge] Unicode::UTF32String const& Str )
Unicode::Text::Text [in-charge] Unicode::UTF8String const& Str )
Unicode::Text::Text [in-charge] std::string const& Str )
Unicode::Text::Text [in-charge] std::wstring const& Str )
Unicode::Text::Text [in-charge] wchar_t const* Str )
Unicode::Text::Text [not-in-charge] ( )
Unicode::Text::Text [not-in-charge] char const* Str )
Unicode::Text::Text [not-in-charge] Uint16 const* Str )
Unicode::Text::Text [not-in-charge] Uint32 const* Str )
Unicode::Text::Text [not-in-charge] Uint8 const* Str )
Unicode::Text::Text [not-in-charge] Unicode::UTF16String const& Str )
Unicode::Text::Text [not-in-charge] Unicode::UTF32String const& Str )
Unicode::Text::Text [not-in-charge] Unicode::UTF8String const& Str )
Unicode::Text::Text [not-in-charge] std::string const& Str )
Unicode::Text::Text [not-in-charge] std::wstring const& Str )
Unicode::Text::Text [not-in-charge] wchar_t const* Str )

VideoMode.hpp, libsfml-window.so.1.6
namespace sf
VideoMode::GetDesktopMode ( ) [static]
VideoMode::GetMode std::size_t Index ) [static]
VideoMode::GetModesCount ( ) [static]
VideoMode::IsValid ( ) const
VideoMode::operator!= VideoMode const& Other ) const
VideoMode::operator == VideoMode const& Other ) const

View.hpp, libsfml-graphics.so.1.6
namespace sf
View::GetCenter ( ) const
View::GetHalfSize ( ) const
View::GetRect ( ) const
View::Move float OffsetX, float OffsetY )
View::Move Vector2f const& Offset )
View::SetCenter float X, float Y )
View::SetCenter Vector2f const& Center )
View::SetFromRect FloatRect const& ViewRect )
View::SetHalfSize float HalfWidth, float HalfHeight )
View::SetHalfSize Vector2f const& HalfSize )
View::Zoom float Factor )

Window.hpp, libsfml-window.so.1.6
namespace sf
Window::Close ( )
Window::Create VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
Window::Create ( WindowHandle Handle, WindowSettings const& Params )
Window::Display ( )
Window::EnableKeyRepeat bool Enabled )
Window::GetEvent struct Event& EventReceived )
Window::GetFrameTime ( ) const
Window::GetHeight ( ) const
Window::GetInput ( ) const
Window::GetSettings ( ) const
Window::GetWidth ( ) const
Window::IsOpened ( ) const
Window::SetActive bool Active ) const
Window::SetCursorPosition ( unsigned int Left, unsigned int Top )
Window::SetFramerateLimit unsigned int Limit )
Window::SetIcon ( unsigned int Width, unsigned int Height, Uint8 const* Pixels )
Window::SetJoystickThreshold float Threshold )
Window::SetPosition int Left, int Top )
Window::SetSize ( unsigned int Width, unsigned int Height )
Window::Show bool State )
Window::ShowMouseCursor bool Show )
Window::UseVerticalSync bool Enabled )
Window::Window [in-charge] VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
Window::Window [in-charge] ( WindowHandle Handle, WindowSettings const& Params )
Window::Window [not-in-charge] VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
Window::Window [not-in-charge] ( WindowHandle Handle, WindowSettings const& Params )

WindowListener.hpp, libsfml-window.so.1.6
namespace sf
WindowListener::~WindowListener [in-charge-deleting] ( )
WindowListener::~WindowListener [in-charge] ( )
vtable for WindowListener [data]

to the top

Problems with Data Types, High Severity (25)


Font.hpp
namespace sf
[+] class Font (1)

Ftp.hpp
namespace sf
[+] class Ftp (1)

Http.hpp
namespace sf
[+] class Http (1)

Image.hpp
namespace sf
[+] class Image (1)

RenderTarget.hpp
namespace sf
[+] class RenderTarget (1)

Shape.hpp
namespace sf
[+] class Shape (4)

SoundBuffer.hpp
namespace sf
[+] class SoundBuffer (2)

SoundBufferRecorder.hpp
namespace sf
[+] class SoundBufferRecorder (1)

SoundRecorder.hpp
namespace sf
[+] class SoundRecorder (3)

SoundStream.hpp
namespace sf
[+] class SoundStream (2)

Sprite.hpp
namespace sf
[+] class Sprite (2)

String.hpp
namespace sf
[+] class String (1)

Thread.hpp
namespace sf
[+] class Thread (2)

View.hpp
namespace sf
[+] class View (1)

Window.hpp
namespace sf
[+] class Window (2)

to the top

Problems with Symbols, High Severity (25)


Ftp.hpp, libsfml-network.so.1.6
namespace sf
[+] Ftp::DirectoryResponse::DirectoryResponse [in-charge] Ftp::Response Resp ) (1)
[+] Ftp::DirectoryResponse::DirectoryResponse [not-in-charge] Ftp::Response Resp ) (1)
[+] Ftp::ListingResponse::ListingResponse [not-in-charge] ( Ftp::Response Resp, std::vector<char>const& Data ) (1)
[+] Ftp::ListingResponse::ListingResponse [in-charge] ( Ftp::Response Resp, std::vector<char>const& Data ) (1)

Http.hpp, libsfml-network.so.1.6
namespace sf
[+] Http::Request::Request [not-in-charge] ( enum Http::Request::Method RequestMethod, std::string const& URI, std::string const& Body ) (1)
[+] Http::Request::Request [in-charge] ( enum Http::Request::Method RequestMethod, std::string const& URI, std::string const& Body ) (1)

IPAddress.hpp, libsfml-network.so.1.6
namespace sf
[+] operator<< ( std::ostream& Stream, IPAddress const& Address ) (1)
[+] operator>> ( std::istream& Stream, IPAddress& Address ) (1)

Music.hpp, libsfml-audio.so.1.6
namespace sf
[+] Music::Music [in-charge] std::size_t BufferSize ) (1)
[+] Music::Music [not-in-charge] std::size_t BufferSize ) (1)

RenderWindow.hpp, libsfml-graphics.so.1.6
namespace sf
[+] RenderWindow::RenderWindow [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params ) (1)
[+] RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params ) (1)
[+] RenderWindow::RenderWindow [not-in-charge] ( WindowHandle Handle, WindowSettings const& Params ) (1)
[+] RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, WindowSettings const& Params ) (1)

Sound.hpp, libsfml-audio.so.1.6
namespace sf
[+] Sound::Sound [not-in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position ) (1)
[+] Sound::Sound [in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position ) (1)

Sprite.hpp, libsfml-graphics.so.1.6
namespace sf
[+] Sprite::Sprite [in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col ) (1)
[+] Sprite::Sprite [not-in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col ) (1)

String.hpp, libsfml-graphics.so.1.6
namespace sf
[+] String::String [in-charge] ( Unicode::Text const& Text, Font const& CharFont, float Size ) (1)
[+] String::String [not-in-charge] ( Unicode::Text const& Text, Font const& CharFont, float Size ) (1)
[+] String::~String [in-charge-deleting] ( ) (1)

Window.hpp, libsfml-window.so.1.6
namespace sf
[+] Window::Window [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params ) (1)
[+] Window::Window [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params ) (1)
[+] Window::Window [in-charge] ( WindowHandle Handle, WindowSettings const& Params ) (1)
[+] Window::Window [not-in-charge] ( WindowHandle Handle, WindowSettings const& Params ) (1)

to the top

Problems with Data Types, Medium Severity (7)


Drawable.hpp
namespace sf
[+] class Drawable (1)

Packet.hpp
namespace sf
[+] class Packet (1)

RenderTarget.hpp
namespace sf
[+] class RenderTarget (2)

SoundRecorder.hpp
namespace sf
[+] class SoundRecorder (1)

SoundStream.hpp
namespace sf
[+] class SoundStream (2)

to the top

Problems with Data Types, Low Severity (132)


Context.hpp
namespace sf
[+] class Context (1)

Drawable.hpp
namespace sf
[+] class Drawable (11)

Font.hpp
namespace sf
[+] class Font (8)

Ftp.hpp
namespace sf
[+] class Ftp (2)

Http.hpp
namespace sf
[+] class Http (2)

Image.hpp
namespace sf
[+] class Image (11)

Music.hpp
namespace sf
[+] class Music (4)

Mutex.hpp
namespace sf
[+] class Mutex (3)

Rect.hpp
namespace sf
[+] class Rect<float> (4)

RenderTarget.hpp
namespace sf
[+] class RenderTarget (5)

RenderWindow.hpp
namespace sf
[+] class RenderWindow (1)

Shape.hpp
namespace sf
[+] class Shape (13)

Sound.hpp
namespace sf
[+] class Sound (2)

SoundBuffer.hpp
namespace sf
[+] class SoundBuffer (3)

SoundRecorder.hpp
namespace sf
[+] class SoundRecorder (8)

SoundStream.hpp
namespace sf
[+] class SoundStream (14)

Sprite.hpp
namespace sf
[+] class Sprite (6)

String.hpp
namespace sf
[+] class String (7)

Thread.hpp
namespace sf
[+] class Thread (4)

VideoMode.hpp
namespace sf
[+] class VideoMode (3)

View.hpp
namespace sf
[+] class View (8)

Window.hpp
namespace sf
[+] class Window (12)

to the top

Problems with Symbols, Low Severity (68)


Color.hpp, libsfml-graphics.so.1.6
namespace sf
[+] Color::Color [in-charge] Uint8 R, Uint8 G, Uint8 B, Uint8 A ) (4)
[+] Color::Color [not-in-charge] Uint8 R, Uint8 G, Uint8 B, Uint8 A ) (4)
[+] operator* ( Color const& Color1, Color const& Color2 ) (2)
[+] operator+ ( Color const& Color1, Color const& Color2 ) (2)

Ftp.hpp, libsfml-network.so.1.6
namespace sf
[+] Ftp::Response::Response [not-in-charge] ( enum Ftp::Response::Status Code, std::string const& Message ) (2)
[+] Ftp::Response::Response [in-charge] ( enum Ftp::Response::Status Code, std::string const& Message ) (2)

Http.hpp, libsfml-network.so.1.6
namespace sf
[+] Http::Http [not-in-charge] ( std::string const& Host, unsigned short Port ) (2)
[+] Http::Http [in-charge] ( std::string const& Host, unsigned short Port ) (2)

Lock.hpp, libsfml-system.so.1.6
namespace sf
[+] Lock::Lock [in-charge] Mutex& Mutex ) (1)
[+] Lock::Lock [not-in-charge] Mutex& Mutex ) (1)

Packet.hpp, libsfml-network.so.1.6
namespace sf
[+] Packet::operator<< bool Data ) (1)
[+] Packet::operator<< char const* Data ) (1)
[+] Packet::operator<< double Data ) (1)
[+] Packet::operator<< float Data ) (1)
[+] Packet::operator<< Int32 Data ) (1)
[+] Packet::operator<< Int16 Data ) (1)
[+] Packet::operator<< Int8 Data ) (1)
[+] Packet::operator<< std::string const& Data ) (1)
[+] Packet::operator<< std::wstring const& Data ) (1)
[+] Packet::operator<< Uint8 Data ) (1)
[+] Packet::operator<< Uint32 Data ) (1)
[+] Packet::operator<< Uint16 Data ) (1)
[+] Packet::operator<< wchar_t const* Data ) (1)
[+] Packet::operator>> bool& Data ) (1)
[+] Packet::operator>> char* Data ) (1)
[+] Packet::operator>> double& Data ) (1)
[+] Packet::operator>> float& Data ) (1)
[+] Packet::operator>> Int32& Data ) (1)
[+] Packet::operator>> Int16& Data ) (1)
[+] Packet::operator>> Int8& Data ) (1)
[+] Packet::operator>> std::string& Data ) (1)
[+] Packet::operator>> std::wstring& Data ) (1)
[+] Packet::operator>> Uint8& Data ) (1)
[+] Packet::operator>> Uint32& Data ) (1)
[+] Packet::operator>> Uint16& Data ) (1)
[+] Packet::operator>> wchar_t* Data ) (1)

Shape.hpp, libsfml-graphics.so.1.6
namespace sf
[+] Shape::Shape [not-in-charge] ( ) (1)
[+] Shape::Shape [in-charge] ( ) (1)

Sound.hpp, libsfml-audio.so.1.6
namespace sf
[+] Sound::operator = Sound const& Other ) (1)
[+] Sound::Sound [in-charge] Sound const& Copy ) (1)
[+] Sound::Sound [not-in-charge] Sound const& Copy ) (1)

SoundBuffer.hpp, libsfml-audio.so.1.6
namespace sf
[+] SoundBuffer::operator = SoundBuffer const& Other ) (1)
[+] SoundBuffer::SoundBuffer [in-charge] SoundBuffer const& Copy ) (1)
[+] SoundBuffer::SoundBuffer [not-in-charge] SoundBuffer const& Copy ) (1)

VideoMode.hpp, libsfml-window.so.1.6
namespace sf
[+] VideoMode::VideoMode [in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp ) (3)
[+] VideoMode::VideoMode [not-in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp ) (3)

View.hpp, libsfml-graphics.so.1.6
namespace sf
[+] View::View [not-in-charge] FloatRect const& ViewRect ) (1)
[+] View::View [in-charge] FloatRect const& ViewRect ) (1)
[+] View::View [in-charge] ( Vector2f const& Center, Vector2f const& HalfSize ) (2)
[+] View::View [not-in-charge] ( Vector2f const& Center, Vector2f const& HalfSize ) (2)

to the top

Header Files (61)


Audio.hpp
AudioResource.hpp
Clock.hpp
Color.hpp
Config.hpp
Context.hpp
Drawable.hpp
Event.hpp
Font.hpp
Ftp.hpp
Glyph.hpp
Graphics.hpp
Http.hpp
Image.hpp
Input.hpp
IPAddress.hpp
Listener.hpp
Lock.hpp
Matrix3.hpp
Music.hpp
Mutex.hpp
Network.hpp
NonCopyable.hpp
OpenGL.hpp
Packet.hpp
PostFX.hpp
Randomizer.hpp
Rect.hpp
RenderTarget.hpp
RenderWindow.hpp
Resource.hpp
Selector.hpp
SelectorBase.hpp
Shape.hpp
Sleep.hpp
SocketHelper.hpp
SocketTCP.hpp
SocketUDP.hpp
Sound.hpp
SoundBuffer.hpp
SoundBufferRecorder.hpp
SoundRecorder.hpp
SoundStream.hpp
Sprite.hpp
String.hpp
System.hpp
Thread.hpp
Unicode.hpp
Mutex.hpp (Unix/Mutex.hpp)
SocketHelper.hpp (Unix/SocketHelper.hpp)
Thread.hpp (Unix/Thread.hpp)
Vector2.hpp
Vector3.hpp
VideoMode.hpp
View.hpp
Window.hpp
Window.hpp (Window/Window.hpp)
WindowHandle.hpp
WindowListener.hpp
WindowSettings.hpp
WindowStyle.hpp

to the top

Shared Libraries (5)


libsfml-audio.so.1.6
libsfml-graphics.so.1.6
libsfml-network.so.1.6
libsfml-system.so.1.6
libsfml-window.so.1.6

to the top




Generated on Thu Nov 14 14:59:29 2013 for SFML by ABI Compliance Checker 1.99.8.4  
A tool for checking backward compatibility of a C/C++ library API