// Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. #ifndef INCLUDED_GRAS_IO_SIGNATURE_I #define INCLUDED_GRAS_IO_SIGNATURE_I %{ #include %} %ignore gras::IOSignature::operator->(); %ignore gras::IOSignature::operator->() const; %include %template () std::vector; %include #endif /*INCLUDED_GRAS_IO_SIGNATURE_I*/